VariantTensorDataProtoOrBuilder

interfaccia pubblica VariantTensorDataProtoOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto com.google.protobuf.ByteString
getMetadati ()
 Portions of the object that are not Tensors.
TensoreProto astratto
getTensors (indice int)
 Tensors contained within objects being serialized.
astratto int
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista astratta< TensorProto >
getListaTensori ()
 Tensors contained within objects being serialized.
astratto TensorProtoOrBuilder
getTensorsOrBuilder (indice int)
 Tensors contained within objects being serialized.
Elenco astratto<? estende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
stringa astratta
getNomeTipo ()
 Name of the type of objects being serialized.
astratto com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

Metodi pubblici

estratto pubblico com.google.protobuf.ByteString getMetadata ()

bytes metadata = 2;

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

public abstract TensorProto getTensors (indice 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;

Elenco astratto pubblico< TensorProto > getTensorsList ()

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

public abstract TensorProtoOrBuilder getTensorsOrBuilder (indice int)

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

Elenco abstract pubblico<? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

stringa astratta pubblica getTypeName ()

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

estratto pubblico com.google.protobuf.ByteString getTypeNameBytes ()

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