VariantTensorDataProtoOrBuilder

interface publique VariantTensorDataProtoOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto abstrait
getTensors (index int)
 Tensors contained within objects being serialized.
abstrait entier
getTensorsCount ()
 Tensors contained within objects being serialized.
Liste abstraite< TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
abstrait TensorProtoOrBuilder
getTensorsOrBuilder (index int)
 Tensors contained within objects being serialized.
Liste abstraite <? étend TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
chaîne abstraite
getTypeName ()
 Name of the type of objects being serialized.
résumé com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

Méthodes publiques

résumé public com.google.protobuf.ByteString getMetadata ()

bytes metadata = 2;

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

résumé public TensorProto getTensors (index int)

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

public abstrait int getTensorsCount ()

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

Liste abstraite publique < TensorProto > getTensorsList ()

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

résumé public TensorProtoOrBuilder getTensorsOrBuilder (index int)

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

Liste des résumés publics<? étend TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

chaîne abstraite publique getTypeName ()

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

résumé public com.google.protobuf.ByteString getTypeNameBytes ()

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