TensorInfo.CompositeTensorOrBuilder

パブリック静的インターフェイスTensorInfo.CompositeTensorOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象TensorInfo
getComponents (int インデックス)
 A TensorInfo for each flattened component tensor.
抽象整数
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
抽象リスト< TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
抽象TensorInfoOrBuilder
getComponentsOrBuilder (int インデックス)
 A TensorInfo for each flattened component tensor.
抽象リスト<? TensorInfoOrBuilderを拡張 >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
抽象TypeSpecProto
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
抽象TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
抽象ブール値
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.

パブリックメソッド

public abstract TensorInfo getComponents (int インデックス)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public abstract int getComponentsCount ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

public abstract List< TensorInfo > getComponentsList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

パブリック抽象TensorInfoOrBuilder getComponentsOrBuilder (int インデックス)

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

公開抄録リスト<? extends TensorInfoOrBuilder > getComponentsOrBuilderList ()

 A TensorInfo for each flattened component tensor.
 
repeated .tensorflow.TensorInfo components = 2;

パブリック抽象TypeSpecProto getTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

パブリック抽象TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;

public abstract boolean hasTypeSpec ()

 The serialized TypeSpec for the composite tensor.
 
.tensorflow.TypeSpecProto type_spec = 1;