TensorInfo.Builder

classe finale statica pubblica TensorInfo.Builder

 Information about a Tensor necessary for feeding or retrieval.
 
Tipo di protocollo tensorflow.TensorInfo

Metodi pubblici

TensorInfo.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
TensorInfo
TensorInfo
TensorInfo.Builder
chiaro ()
TensorInfo.Builder
clearCompositeTensore ()
 Generic encoding for CompositeTensors.
TensorInfo.Builder
clearCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
clearDtype ()
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
TensorInfo.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
TensorInfo.Builder
nomechiaro ()
 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
clone ()
TensorInfo.CompositeTensor
getTensoreComposito ()
 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
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Tipo di dati
getDtipo ()
.tensorflow.DataType dtype = 2;
int
getDtipoValore ()
.tensorflow.DataType dtype = 2;
TensorInfo.EncodingCase
Corda
getNome ()
 For dense `Tensor`s, the name of the tensor in the graph.
com.google.protobuf.ByteString
getNomeBytes ()
 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.
booleano
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
booleano
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
booleano
haTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
booleano finale
TensorInfo.Builder
mergeCompositeTensor (valore TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
mergeCooSparse (valore TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
mergeFrom (com.google.protobuf.Message altro)
TensorInfo.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
TensorInfo.Builder
mergeTensorShape (valore TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
finale TensorInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
TensorInfo.Builder
setCompositeTensor (valore TensorInfo.CompositeTensor )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCompositeTensor ( TensorInfo.CompositeTensor.BuilderbuilderForValue )
 Generic encoding for CompositeTensors.
TensorInfo.Builder
setCooSparse (valore TensorInfo.CooSparse )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setCooSparse ( TensorInfo.CooSparse.BuilderbuilderForValue )
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
TensorInfo.Builder
setDtype (valore del tipo di dati )
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setDtypeValue (valore int)
.tensorflow.DataType dtype = 2;
TensorInfo.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
TensorInfo.Builder
setName (valore stringa)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setNameBytes (valore com.google.protobuf.ByteString)
 For dense `Tensor`s, the name of the tensor in the graph.
TensorInfo.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
TensorInfo.Builder
setTensorShape (valore TensorShapeProto )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
TensorInfo.Builder
setTensorShape ( TensorShapeProto.BuilderbuilderForValue )
 The static shape should be recorded here, to the extent that it can
 be known in advance.
finale TensorInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public TensorInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica di TensorInfo ()

public TensorInfo buildPartial ()

pubblico TensorInfo.Builder chiaro ()

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 (campo com.google.protobuf.Descriptors.FieldDescriptor)

public TensorInfo.Builder clearName ()

 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 pubblico di 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;

pubblico TensorInfo getDefaultInstanceForType ()

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

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

public DataType getDtype ()

.tensorflow.DataType dtype = 2;

public int getDtypeValue ()

.tensorflow.DataType dtype = 2;

pubblico TensorInfo.EncodingCase getEncodingCase ()

stringa pubblica getName ()

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

pubblico 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;

pubblico booleano hasCompositeTensor ()

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

booleano pubblico 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;

pubblico booleano 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 booleano isInitialized ()

public TensorInfo.Builder mergeCompositeTensor (valore TensorInfo.CompositeTensor )

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

public TensorInfo.Builder mergeCooSparse (valore 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 altro)

public TensorInfo.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public TensorInfo.Builder mergeTensorShape (valore 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;

pubblico finale TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public TensorInfo.Builder setCompositeTensor (valore 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 (valore 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 (valore DataType )

.tensorflow.DataType dtype = 2;

public TensorInfo.Builder setDtypeValue (valore int)

.tensorflow.DataType dtype = 2;

pubblico TensorInfo.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public TensorInfo.Builder setName (valore stringa)

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

pubblico TensorInfo.Builder setNameBytes (valore com.google.protobuf.ByteString)

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

public TensorInfo.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public TensorInfo.Builder setTensorShape (valore 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;

pubblico finale TensorInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)