package tensorflow

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AttrValue

attr_value.proto:16

Protocol buffer representing the value for an attr used to configure an Op. Comment indicates the corresponding attr type. Only the field matching the attr type may be filled.

Used in: NameAttrList, NodeDef

message AttrValue.ListValue

attr_value.proto:18

LINT.IfChange

Used in: AttrValue

enum DataType

types.proto:10

LINT.IfChange

Used in: AttrValue, AttrValue.ListValue, TensorProto

message GraphDef

graph.proto:13

Represents the graph of operations

message NameAttrList

attr_value.proto:59

A list of attr names and their values. The whole list is attached with a string name. E.g., MatMul[T=float].

Used in: AttrValue, AttrValue.ListValue

message NodeDef

node_def.proto:11

Used in: GraphDef

message ResourceHandle

resource_handle.proto:12

Protocol buffer representing a handle to a tensorflow resource. Handles are not valid across executions, but can be serialized back and forth from within a single run.

Used in: TensorProto

message TensorProto

tensor.proto:14

Protocol buffer representing a tensor.

Used in: AttrValue, AttrValue.ListValue

message TensorShapeProto

tensor_shape.proto:12

Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:14

One dimension of the tensor.

Used in: TensorShapeProto

message VersionDef

versions.proto:22

Version information for a piece of serialized data There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here. Each consumer has "consumer" and "min_producer" versions (specified elsewhere). A consumer is allowed to consume this data if producer >= min_producer consumer >= min_consumer consumer not in bad_consumers

Used in: GraphDef