public interface
VariantTensorDataProtoOrBuilder
Known Indirect Subclasses |
Public Methods
abstract com.google.protobuf.ByteString |
getMetadata()
Portions of the object that are not Tensors. |
abstract TensorProto |
getTensors(int index)
Tensors contained within objects being serialized. |
abstract int |
getTensorsCount()
Tensors contained within objects being serialized. |
abstract List<TensorProto> |
getTensorsList()
Tensors contained within objects being serialized. |
abstract TensorProtoOrBuilder |
getTensorsOrBuilder(int index)
Tensors contained within objects being serialized. |
abstract List<? extends TensorProtoOrBuilder> |
getTensorsOrBuilderList()
Tensors contained within objects being serialized. |
abstract String |
getTypeName()
Name of the type of objects being serialized. |
abstract com.google.protobuf.ByteString |
getTypeNameBytes()
Name of the type of objects being serialized. |
Public Methods
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 (int index)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3;
public abstract List<? extends 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;