interfaz pública TensorInfoOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| abstract TensorInfo.CompositeTensor | getCompositeTensor () Generic encoding for CompositeTensors. |
| resumen TensorInfo.CompositeTensorOrBuilder | getCompositeTensorOrBuilder () Generic encoding for CompositeTensors. |
| resumen TensorInfo.CooSparse | getCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| resumen TensorInfo.CooSparseOrBuilder | getCooSparseOrBuilder () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| Tipo de datos abstracto | getDtype () .tensorflow.DataType dtype = 2; |
| int abstracto | getDtypeValue () .tensorflow.DataType dtype = 2; |
| resumen TensorInfo.EncodingCase | |
| cadena abstracta | getName () For dense `Tensor`s, the name of the tensor in the graph. |
| resumen com.google.protobuf.ByteString | getNameBytes () For dense `Tensor`s, the name of the tensor in the graph. |
| abstracto TensorShapeProto | getTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
| abstracto TensorShapeProtoOrBuilder | getTensorShapeOrBuilder () The static shape should be recorded here, to the extent that it can be known in advance. |
| booleano abstracto | hasCompositeTensor () Generic encoding for CompositeTensors. |
| booleano abstracto | hasCooSparse () There are many possible encodings of sparse matrices (https://en.wikipedia.org/wiki/Sparse_matrix). |
| booleano abstracto | hasTensorShape () The static shape should be recorded here, to the extent that it can be known in advance. |
Métodos públicos
público abstracto TensorInfo.CompositeTensor getCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;resumen público TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;resumen 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;resumen 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;public abstract int getDtypeValue ()
.tensorflow.DataType dtype = 2;
público abstracto String getName ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1;resumen público com.google.protobuf.ByteString getNameBytes ()
For dense `Tensor`s, the name of the tensor in the graph.
string name = 1;resumen público 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;resumen 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;public abstract boolean hasCompositeTensor ()
Generic encoding for CompositeTensors.
.tensorflow.TensorInfo.CompositeTensor composite_tensor = 5;público abstracto 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 abstracto 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;