VariantTensorDataProtoOrBuilder

interface pública VariantTensorDataProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstract com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
TensorProto abstrato
getTensors (int index)
 Tensors contained within objects being serialized.
int abstrato
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.
String abstrata
getTypeName ()
 Name of the type of objects being serialized.
abstract com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

Métodos Públicos

public abstract com.google.protobuf.ByteString getMetadata ()

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

public abstract TensorProto getTensors (int index)

 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;

public abstract List < TensorProto > getTensorsList ()

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

public abstract TensorProtoOrBuilder getTensorsOrBuilder (índice int)

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

Lista de resumos pública <? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

public abstract String getTypeName ()

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

public abstract com.google.protobuf.ByteString getTypeNameBytes ()

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