interface pública TensorInfoOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| TensorInfo.CompositeTensor abstrato | getCompositeTensor () Generic encoding for CompositeTensors. |
| abstrato TensorInfo.CompositeTensorOrBuilder | getCompositeTensorOrBuilder () Generic encoding for CompositeTensors. |
| TensorInfo.CooSparse abstrato | getCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| TensorInfo.CooSparseOrBuilder abstrato | getCooSparseOrBuilder () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| tipo de dados abstrato | getDtype () .tensorflow.DataType dtype = 2; |
| abstrato int | getDtypeValue () .tensorflow.DataType dtype = 2; |
| TensorInfo.EncodingCase abstrato | |
| cadeia abstrata | getNome () For dense `Tensor`s, the name of the tensor in the graph. |
| abstrato com.google.protobuf.ByteString | getNomeBytes () For dense `Tensor`s, the name of the tensor in the graph. |
| abstrato TensorShapeProto | obterTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| TensorShapeProtoOrBuilder abstrato | getTensorShapeOrBuilder () The static shape should be recorded here, to the extent that it can be known in advance. |
| booleano abstrato | hasCompositeTensor () Generic encoding for CompositeTensors. |
| booleano abstrato | hasCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| booleano abstrato | hasTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
Métodos Públicos
público abstrato TensorInfo.CompositeTensor getCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público abstrato TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público abstrato 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 abstrato 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; público abstrato int getDtypeValue ()
.tensorflow.DataType dtype = 2;
string abstrata pública getName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; resumo público com.google.protobuf.ByteString getNameBytes ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1; público abstrato 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; público abstrato 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; público abstrato booleano hasCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5; público abstrato booleano 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; público abstrato 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;