package tensorflow

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

enum DataType

types.proto:10

LINT.IfChange

Used in: TensorProto

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: serving.PredictRequest, serving.PredictResponse

message TensorShapeProto

tensor_shape.proto:12

Dimensions of a tensor.

Used in: TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:14

One dimension of the tensor.

Used in: TensorShapeProto