VariantTensorDataProtoOrBuilder

パブリック インターフェイスVariantTensorDataProtoOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な com.google.protobuf.ByteString
getメタデータ()
 Portions of the object that are not Tensors.
抽象TensorProto
getTensors (int インデックス)
 Tensors contained within objects being serialized.
抽象整数
getTensorsCount ()
 Tensors contained within objects being serialized.
抽象リスト< TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
抽象TensorProtoOrBuilder
getTensorsOrBuilder (int インデックス)
 Tensors contained within objects being serialized.
抽象リスト<? TensorProtoOrBuilderを拡張する >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
抽象文字列
getTypeName ()
 Name of the type of objects being serialized.
抽象的な com.google.protobuf.ByteString
getTypeNameBytes ()
 Name of the type of objects being serialized.

パブリックメソッド

パブリック抽象 com.google.protobuf.ByteString getMetadata ()

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

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

public abstract List< TensorProto > getTensorsList ()

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

パブリック抽象TensorProtoOrBuilder getTensorsOrBuilder (int インデックス)

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

公開抄録リスト<? extends TensorProtoOrBuilder > getTensorsOrBuilderList ()

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

パブリック抽象 String getTypeName ()

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

パブリック抽象 com.google.protobuf.ByteString getTypeNameBytes ()

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