TensorInfo.CompositeTensorOrBuilder

interface statique publique TensorInfo.CompositeTensorOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé TensorInfo
getComponents (index int)
 A TensorInfo for each flattened component tensor.
abstrait entier
getComponentsCount ()
 A TensorInfo for each flattened component tensor.
Liste abstraite< TensorInfo >
getComponentsList ()
 A TensorInfo for each flattened component tensor.
abstrait TensorInfoOrBuilder
getComponentsOrBuilder (index int)
 A TensorInfo for each flattened component tensor.
Liste abstraite <? étend TensorInfoOrBuilder >
getComponentsOrBuilderList ()
 A TensorInfo for each flattened component tensor.
TypeSpecProto abstrait
getTypeSpec ()
 The serialized TypeSpec for the composite tensor.
abstrait TypeSpecProtoOrBuilder
getTypeSpecOrBuilder ()
 The serialized TypeSpec for the composite tensor.
booléen abstrait
hasTypeSpec ()
 The serialized TypeSpec for the composite tensor.

Méthodes publiques

résumé public TensorInfo getComponents (index int)

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

public abstrait int getComponentsCount ()

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

Liste abstraite publique < TensorInfo > getComponentsList ()

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

résumé public TensorInfoOrBuilder getComponentsOrBuilder (index int)

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

Liste des résumés publics<? étend TensorInfoOrBuilder > getComponentsOrBuilderList ()

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

public abstrait TypeSpecProto getTypeSpec ()

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

public abstrait TypeSpecProtoOrBuilder getTypeSpecOrBuilder ()

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

public abstrait booléen hasTypeSpec ()

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