VariantTensorDataProtoOrBuilder

interfaz pública VariantTensorDataProtoOrBuilder
Subclases indirectas conocidas

Métodos públicos

resumen com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto abstracto
getTensors (índice int)
 Tensors contained within objects being serialized.
int abstracto
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista abstracta < TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder abstracto
getTensorsOrBuilder (índice int)
 Tensors contained within objects being serialized.
Resumen Lista <? 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 ()

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

TensorProto abstracto público getTensors (índice int)

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

public abstract int getTensorsCount ()

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

Lista pública abstracta < 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 resumen público <? 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;