package tensorflow

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

message BytesList

feature.proto:67

Containers to hold repeated fundamental values.

Used in: Feature

enum DataType

types.proto:12

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

Used in: ResourceHandleProto.DtypeAndShape, TensorProto

message Example

example.proto:90

Used in: serving.ExampleList, serving.ExampleListWithContext

message Feature

feature.proto:78

Containers for non-sequential data.

Used in: FeatureList, Features

message FeatureList

feature.proto:100

Containers for sequential data. A FeatureList contains lists of Features. These may hold zero or more Feature values. FeatureLists are organized into categories by name. The FeatureLists message contains the mapping from name to FeatureList.

Used in: FeatureLists

message FeatureLists

feature.proto:104

Used in: SequenceExample

message Features

feature.proto:87

Used in: Example, SequenceExample

message FloatList

feature.proto:70

Used in: Feature

message Int64List

feature.proto:73

Used in: Feature

message NamedTensorProto

named_tensor.proto:14

A pair of tensor name and tensor values.

Used in: serving.SessionRunRequest, serving.SessionRunResponse

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 SequenceExample

example.proto:300

message TensorProto

tensor.proto:16

Protocol buffer representing a tensor.

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

message TensorShapeProto

tensor_shape.proto:13

Dimensions of a tensor.

Used in: ResourceHandleProto.DtypeAndShape, TensorProto

message TensorShapeProto.Dim

tensor_shape.proto:15

One dimension of the tensor.

Used in: TensorShapeProto

message VariantTensorDataProto

tensor.proto:89

Protocol buffer representing the serialization format of DT_VARIANT tensors.

Used in: TensorProto