TensorInfoOrBuilder

सार्वजनिक इंटरफ़ेस TensorInfoOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार TensorInfo.CompositeTensor
getCompositeTensor ()
 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.CooSparseOrBuilder
getCooSparseOrBuilder ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
सार डेटा प्रकार
getDtype ()
.tensorflow.DataType dtype = 2;
सार इंट
getDtypeValue ()
.tensorflow.DataType dtype = 2;
सार TensorInfo.EncodingCase
सार स्ट्रिंग
नाम प्राप्त करें ()
 For dense `Tensor`s, the name of the tensor in the graph.
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 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.
सार TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.
अमूर्त बूलियन
hasCompositeTensor ()
 Generic encoding for CompositeTensors.
अमूर्त बूलियन
hasCooSparse ()
 There are many possible encodings of sparse matrices
 (https://en.wikipedia.org/wiki/Sparse_matrix).
अमूर्त बूलियन
हैटेन्सरशेप ()
 The static shape should be recorded here, to the extent that it can
 be known in advance.

सार्वजनिक तरीके

सार्वजनिक सार TensorInfo.CompositeTensor getCompositeTensor ()

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

सार्वजनिक सार TensorInfo.CompositeTensorOrBuilder getCompositeTensorOrBuilder ()

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

सार्वजनिक सार 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;

सार्वजनिक सार 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;

सार्वजनिक सार डेटा प्रकार getDtype ()

.tensorflow.DataType dtype = 2;

सार्वजनिक सार int getDtypeValue ()

.tensorflow.DataType dtype = 2;

सार्वजनिक सार TensorInfo.EncodingCase getEncodingCase ()

सार्वजनिक सार स्ट्रिंग getName ()

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

सार्वजनिक सार com.google.protobuf.ByteString getNameBytes ()

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

सार्वजनिक सार 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;

सार्वजनिक सार 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 ()

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

सार्वजनिक सार बूलियन 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;

सार्वजनिक सार बूलियन 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;