classe final estática pública TensorInfo.Builder
Information about a Tensor necessary for feeding or retrieval.
tensorflow.TensorInfo Métodos Públicos
| TensorInfo.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| TensorInfo | construir () |
| TensorInfo | |
| TensorInfo.Builder | claro () |
| 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 | limparDtype () .tensorflow.DataType dtype = 2; |
| TensorInfo.Builder | |
| TensorInfo.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| TensorInfo.Builder | limparNome () For dense `Tensor`s, the name of the tensor in the graph. |
| TensorInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
| TensorInfo.Builder | limparTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorInfo.Builder | clonar () |
| 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 estático com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Tipo de dados | getDtype () .tensorflow.DataType dtype = 2; |
| interno | getDtypeValue () .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 | obterTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorShapeProto.Builder | obterTensorShapeBuilder () 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 | hasTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| booleano final | |
| TensorInfo.Builder | |
| TensorInfo.Builder | mergeCooSparse (valor TensorInfo.CooSparse ) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.Builder | mergeFrom (com.google.protobuf.Message outro) |
| TensorInfo.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TensorInfo.Builder | mergeTensorShape (valor TensorShapeProto ) The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorInfo.Builder final | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
| TensorInfo.Builder | |
| TensorInfo.Builder | setCompositeTensor ( TensorInfo.CompositeTensor.Builder construtorForValue) Generic encoding for CompositeTensors. |
| TensorInfo.Builder | setCooSparse (valor TensorInfo.CooSparse ) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.Builder | setCooSparse ( TensorInfo.CooSparse.Builder construtorForValue) There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.Builder | |
| TensorInfo.Builder | setDtypeValue (valor interno) .tensorflow.DataType dtype = 2; |
| TensorInfo.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| TensorInfo.Builder | setName (valor da string) For dense `Tensor`s, the name of the tensor in the graph. |
| TensorInfo.Builder | setNameBytes (valor 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, índice int, valor do objeto) |
| TensorInfo.Builder | setTensorShape (valor TensorShapeProto ) The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorInfo.Builder | setTensorShape ( TensorShapeProto.Builder construtorForValue) 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 desconhecidoFields) |
Métodos herdados
Métodos Públicos
public TensorInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público TensorInfo.Builder clearCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público 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; público TensorInfo.Builder clearName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; público 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; public TensorInfo.CompositeTensor getCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público TensorInfo.CompositeTensor.Builder getCompositeTensorBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público 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; público 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; público 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; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público int getDtypeValue ()
.tensorflow.DataType dtype = 2;
String pública getNome ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; público 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; público 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; hasCompositeTensor booleano público ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; hasCooSparse booleano público ()
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; hasTensorShape booleano público ()
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; público final booleano isInitialized ()
public TensorInfo.Builder mergeCompositeTensor (valor TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;public TensorInfo.Builder mergeCooSparse (valor 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; público TensorInfo.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public TensorInfo.Builder mergeTensorShape (valor 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; final público TensorInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
público TensorInfo.Builder setCompositeTensor (valor TensorInfo.CompositeTensor )
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público TensorInfo.Builder setCompositeTensor ( TensorInfo.CompositeTensor.Builder builderForValue)
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público TensorInfo.Builder setCooSparse (valor 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; público 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 setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público TensorInfo.Builder setName (valor da string)
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; público TensorInfo.Builder setNameBytes (valor 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, índice int, valor do objeto)
public TensorInfo.Builder setTensorShape (valor 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;público 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;