VariantTensorDataProtoOrBuilder

interfaz pública VariantTensorDataProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

resumen com.google.protobuf.ByteString
obtener metadatos ()
 Portions of the object that are not Tensors.
TensorProto abstracto
getTensores (índice int)
 Tensors contained within objects being serialized.
resumen entero
getTensoresCount ()
 Tensors contained within objects being serialized.
Lista abstracta < TensorProto >
getLista de Tensores ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder abstracto
getTensorsOrBuilder (índice int)
 Tensors contained within objects being serialized.
Lista abstracta<? extiende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
cadena abstracta
getTypeName ()
 Name of the type of objects being serialized.
resumen com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

Métodos públicos

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

metadatos

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

resumen público TensorProto getTensors (índice int)

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

resumen público int getTensorsCount ()

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

Lista abstracta pública < TensorProto > getTensorsList ()

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

resumen público TensorProtoOrBuilder getTensorsOrBuilder (índice int)

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

Lista de resúmenes públicos <? extiende TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

Cadena abstracta pública getTypeName ()

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

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

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