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, OpDef.AttrDef

message AttrValue.ListValue

attr_value.proto:18

LINT.IfChange

Used in: AttrValue

enum DataType

types.proto:11

LINT.IfChange

Used in: AttrValue, AttrValue.ListValue, OpDef.ArgDef, TensorProto

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 OpDef

op_def.proto:15

Defines an operation. A NodeDef in a GraphDef specifies an Op by using the "op" field which should match the name of a OpDef. LINT.IfChange

Used in: OpList

message OpDef.ArgDef

op_def.proto:21

For describing inputs and outputs.

Used in: OpDef

message OpDef.AttrDef

op_def.proto:60

Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.

Used in: OpDef

message OpDeprecation

op_def.proto:155

Information about version-dependent deprecation of an op

Used in: OpDef

message OpList

op_def.proto:164

A collection of OpDefs

message ResourceHandleProto

resource_handle.proto:13

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, VariantTensorDataProto

message TensorShapeProto

tensor_shape.proto:13

Dimensions of a tensor.

Used in: AttrValue, AttrValue.ListValue, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:15

One dimension of the tensor.

Used in: TensorShapeProto

message VariantTensorDataProto

tensor.proto:87

Protocol buffer representing the serialization format of DT_VARIANT tensors.

Used in: TensorProto