TensorInfo.CompositeTensorOrBuilder

interface estática pública TensorInfo.CompositeTensorOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

TensorInfo abstrato
getComponents (índice interno)
 A TensorInfo for each flattened component tensor.
abstrato int
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
Lista abstrata< TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
TensorInfoOrBuilder abstrato
getComponentsOrBuilder (índice interno)
 A TensorInfo for each flattened component tensor.
lista abstrata<? estende TensorInfoOrBuilder >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
TypeSpecProto abstrato
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
abstrato TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
booleano abstrato
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.

Métodos Públicos

público abstrato TensorInfo getComponents (índice int)

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

público abstrato int getComponentsCount ()

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

lista abstrata pública< TensorInfo > getComponentsList ()

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

público abstrato TensorInfoOrBuilder getComponentsOrBuilder (índice int)

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

lista abstrata pública<? estende TensorInfoOrBuilder > getComponentsOrBuilderList ()

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

público abstrato TypeSpecProto getTypeSpec ()

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

público abstrato TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

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

público abstrato booleano hasTypeSpec ()

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