TensorInfo.Builder

classe finale statique publique TensorInfo.Builder

 Information about a Tensor necessary for feeding or retrieval.
 
Tensorflow de type tensorflow.TensorInfo

Méthodes publiques

TensorInfo.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
TensorInfo
TensorInfo
TensorInfo.Builder
clair ()
TensorInfo.Builder
clearCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.Builder
clearCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
typeDclair ()
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
TensorInfo.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
TensorInfo.Builder
nom clair ()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TensorInfo.Builder
clearTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder
cloner ()
TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensor.Builder
getCompositeTensorBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
TensorInfo.CooSparse
getCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparse.Builder
getCooSparseBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Type de données
getDtype ()
.tensorflow.DataType dtype = 2;
int
getDtypeValue ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Chaîne
obtenirNom ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
getNameBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
TensorShapeProto
getTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProto.Builder
getTensorShapeBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
booléen
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
booléen
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
booléen
hasTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
booléen final
TensorInfo.Builder
mergeCompositeTensor (valeur TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
mergeCooSparse (valeur TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
mergeFrom (com.google.protobuf.Message autre)
TensorInfo.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TensorInfo.Builder
mergeTensorShape (valeur TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
TensorInfo.Builder
setCompositeTensor (valeur TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCooSparse (valeur TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setDtype (valeur DataType )
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setDtypeValue (valeur entière)
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
TensorInfo.Builder
setName (valeur de chaîne)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setNameBytes (valeur com.google.protobuf.ByteString)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
TensorInfo.Builder
setTensorShape (valeur TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder
setTensorShape ( TensorShapeProto.Builder builderForValue)
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public TensorInfo.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public TensorInfo ()

public TensorInfo buildPartial ()

public TensorInfo.Builder clear ()

public TensorInfo.Builder clearCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder clearCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder clearDtype ()

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder clearEncoding ()

public TensorInfo.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public TensorInfo.Builder clearName ()

nom de chaîne

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TensorInfo.Builder clearTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

Clone public TensorInfo.Builder ()

public TensorInfo.CompositeTensor getCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.CooSparse getCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.CooSparse.Builder getCooSparseBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.CooSparseOrBuilder getCooSparseOrBuilder ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

Type de données public getDtype ()

.tensorflow.DataType dtype = 2;

public int getDtypeValue ()

.tensorflow.DataType dtype = 2;

public TensorInfo.EncodingCase getEncodingCase ()

chaîne publique getName ()

nom de chaîne

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorShapeProto getTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorShapeProto.Builder getTensorShapeBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public booléen hasCompositeTensor ()

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public booléen hasCooSparse ()

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public booléen hasTensorShape ()

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public final booléen isInitialized ()

public TensorInfo.Builder mergeCompositeTensor (valeur TensorInfo.CompositeTensor )

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder mergeCooSparse (valeur TensorInfo.CooSparse )

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder mergeFrom (com.google.protobuf.Message autre)

public TensorInfo.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public TensorInfo.Builder mergeTensorShape (valeur TensorShapeProto )

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public final TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public TensorInfo.Builder setCompositeTensor (valeur TensorInfo.CompositeTensor )

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)

 Generic encoding for CompositeTensors.
 
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;

public TensorInfo.Builder setCooSparse (valeur TensorInfo.CooSparse )

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder setCooSparse ( TensorInfo.CooSparse.Builder builderForValue)

 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).  Currently, TensorFlow
 uses only the COO encoding.  This is supported and documented in the
 SparseTensor Python class.
 
.tensorflow.TensorInfo.CooSparse coo_sparse = 4;

public TensorInfo.Builder setDtype (valeur DataType )

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder setDtypeValue (valeur int)

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public TensorInfo.Builder setName (valeur de chaîne)

nom de chaîne

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorInfo.Builder setNameBytes (valeur com.google.protobuf.ByteString)

nom de chaîne

 For dense `Tensor`s, the name of the tensor in the graph.
 
string name = 1;

public TensorInfo.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public TensorInfo.Builder setTensorShape (valeur TensorShapeProto )

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public TensorInfo.Builder setTensorShape ( TensorShapeProto.Builder builderForValue)

 The static shape should be recorded here, to the extent that it can
 be known in advance.  In the case of a SparseTensor, this field describes
 the logical shape of the represented tensor (aka dense_shape).
 
.tensorflow.TensorShapeProto tensor_shape = 3;

public final TensorInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)