TensorInfoOrBuilder

interfejs publiczny TensorInfoOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie TensorInfo.CompositeTensor
getCompositeTensor ()
 Generic encoding for CompositeTensors.
streszczenie TensorInfo.CompositeTensorOrBuilder
getCompositeTensorOrBuilder ()
 Generic encoding for CompositeTensors.
streszczenie TensorInfo.CooSparse
getCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
streszczenie TensorInfo.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
abstrakcyjny typ danych
getDtype ()
.tensorflow.DataType dtype = 2;
streszczenie wew
getDtypeValue ()
.tensorflow.DataType dtype = 2;
streszczenie TensorInfo.EncodingCase
abstrakcyjny ciąg
pobierz nazwę ()
 For dense `Tensor`s, the name of the tensor in the graph.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 For dense `Tensor`s, the name of the tensor in the graph.
abstrakcyjny TensorShapeProto
pobierzTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
abstrakcyjny TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
abstrakcyjna wartość logiczna
maCompositeTensor ()
 Generic encoding for CompositeTensors.
abstrakcyjna wartość logiczna
maCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
abstrakcyjna wartość logiczna
maTensorShape ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.

Metody publiczne

publiczne streszczenie TensorInfo.CompositeTensor getCompositeTensor ()

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

publiczne streszczenie TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczny abstrakcyjny typ danych getDtype ()

.tensorflow.DataType dtype = 2;

publiczne streszczenie int getDtypeValue ()

.tensorflow.DataType dtype = 2;

publiczne streszczenie TensorInfo.EncodingCase getEncodingCase ()

publiczna abstrakcja String getName ()

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

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

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

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna maCompositeTensor ()

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

publiczna wartość logiczna abstrakcyjna 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;

publiczna wartość logiczna abstrakcyjna 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;