VariantTensorDataProtoOrBuilder

interface pública VariantTensorDataProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto abstrato
getTensors (índice interno)
 Tensors contained within objects being serialized.
abstrato int
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista abstrata< TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder abstrato
getTensorsOrBuilder (índice interno)
 Tensors contained within objects being serialized.
lista abstrata<? estende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
cadeia abstrata
getTypeNome ()
 Name of the type of objects being serialized.
abstrato com.google.protobuf.ByteString
getTypeNomeBytes ()
 Name of the type of objects being serialized.

Métodos Públicos

resumo público com.google.protobuf.ByteString getMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

público abstrato TensorProto getTensors (índice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

público abstrato int getTensorsCount ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

lista abstrata pública< TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

público abstrato TensorProtoOrBuilder getTensorsOrBuilder (índice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

lista abstrata pública<? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

String abstrata pública getTypeName ()

 Name of the type of objects being serialized.
 
string type_name = 1;

resumo público com.google.protobuf.ByteString getTypeNameBytes ()

 Name of the type of objects being serialized.
 
string type_name = 1;