TensorInfo.CompositeTensorOrBuilder

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

Métodos Públicos

TensorInfo abstrato
getComponents (int index)
 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

public abstract TensorInfo getComponents (int index)

 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;

Lista abstrata pública < TensorInfo > getComponentsList ()

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

public abstract TensorInfoOrBuilder getComponentsOrBuilder (int index)

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

Lista de resumos pública <? estende TensorInfoOrBuilder > getComponentsOrBuilderList ()

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

public abstract TypeSpecProto getTypeSpec ()

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

public abstract 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;