Default package

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

message AttrValue

graph.proto:63

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: NodeDef

message AttrValue.ListValue

graph.proto:64

Used in: AttrValue

enum DataType

graph.proto:5

Align with Numpy at https://docs.scipy.org/doc/numpy/user/basics.types.html. No TensorFlow quantized data types.

Used in: AttrValue, AttrValue.ListValue, LiteralTensor

message GraphDef

graph.proto:24

message LiteralTensor

graph.proto:124

Protocol buffer representing a literal tensor value. As data types cross languages and toolkits differ, we can only cover the shared ones. Then each toolkit converts literal values to final ones according to type.

Used in: AttrValue, AttrValue.ListValue

message NodeDef

graph.proto:29

Used in: GraphDef

message TensorShape

graph.proto:87

Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, LiteralTensor

message TensorShape.Dim

graph.proto:89

One dimension of the tensor.

Used in: TensorShape