package tensorflow

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

enum DataType

types.proto:13

(== suppress_warning documentation-presence ==) LINT.IfChange

Used in: ResourceHandleProto.DtypeAndShape, SerializedDType, TensorProto

message ResourceHandleProto

resource_handle.proto:17

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 ResourceHandleProto.DtypeAndShape

resource_handle.proto:36

Protocol buffer representing a pair of (data type, tensor shape).

Used in: ResourceHandleProto

message SerializedDType

types.proto:86

Represents a serialized tf.dtypes.Dtype

message TensorProto

tensor.proto:16

Protocol buffer representing a tensor.

Used in: VariantTensorDataProto, serving.PredictRequest, serving.PredictResponse

message TensorShapeProto

tensor_shape.proto:14

Dimensions of a tensor.

Used in: ResourceHandleProto.DtypeAndShape, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:16

One dimension of the tensor.

Used in: TensorShapeProto

message VariantTensorDataProto

tensor.proto:93

Protocol buffer representing the serialization format of DT_VARIANT tensors.

Used in: TensorProto