TensorInfo.CompositeTensorOrBuilder

interfaccia statica pubblica TensorInfo.CompositeTensorOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

TensorInfo astratto
getComponents (indice int)
 A TensorInfo for each flattened component tensor.
astratto int
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
Lista astratta< TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
astratto TensorInfoOrBuilder
getComponentsOrBuilder (indice int)
 A TensorInfo for each flattened component tensor.
Elenco astratto<? estende TensorInfoOrBuilder >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
abstract TypeSpecProto
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
abstract TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
booleano astratto
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.

Metodi pubblici

public abstract TensorInfo getComponents (indice 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;

elenco astratto pubblico< TensorInfo > getComponentsList ()

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

public abstract TensorInfoOrBuilder getComponentsOrBuilder (indice int)

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

Elenco abstract pubblico<? estende TensorInfoOrBuilder > getComponentsOrBuilderList ()

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

estratto pubblico TypeSpecProto getTypeSpec ()

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

estratto pubblico TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

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

public abstract booleano hasTypeSpec ()

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