TensorInfo

सार्वजनिक अंतिम वर्ग TensorInfo

 Information about a Tensor necessary for feeding or retrieval.
 
प्रोटोबफ़ प्रकार tensorflow.TensorInfo

नेस्टेड क्लासेस

कक्षा TensorInfo.बिल्डर
 Information about a Tensor necessary for feeding or retrieval. 
कक्षा TensorInfo.CompositeTensor
 Generic encoding for composite tensors. 
इंटरफेस TensorInfo.CompositeTensorOrBuilder
कक्षा TensorInfo.CooSparse
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 
इंटरफेस TensorInfo.CooSparseOrBuilder
enum TensorInfo.EncodingCase

स्थिरांक

int यहाँ COMPOSITE_TENSOR_FIELD_NUMBER
int यहाँ COO_SPARSE_FIELD_NUMBER
int यहाँ DTYPE_FIELD_NUMBER
int यहाँ NAME_FIELD_NUMBER
int यहाँ TENSOR_SHAPE_FIELD_NUMBER

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

बूलियन
बराबर (वस्तु obj)
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).
स्थिर TensorInfo
टेंसरइन्फो
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor
डेटा प्रकार
getDtype ()
.tensorflow.DataType dtype = 2;
int यहाँ
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.
int यहाँ
टेंसरशेपप्रोटो
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.
अंतिम com.google.protobuf.UnknownFieldSet
बूलियन
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.
int यहाँ
अंतिम बूलियन
स्थिर TensorInfo.Builder
स्थिर TensorInfo.Builder
TensorInfo.बिल्डर
स्थिर TensorInfo
parseDelimitedFrom (इनपुटस्ट्रीम इनपुट)
स्थिर TensorInfo
parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo
पार्सफ्रॉम (बाइटबफ़र डेटा)
स्थिर TensorInfo
parseFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo
पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo
parseFrom (com.google.protobuf.CodedInputStream इनपुट)
स्थिर TensorInfo
पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo
parseFrom (com.google.protobuf.ByteString डेटा)
स्थिर TensorInfo
पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo
parseFrom (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर
TensorInfo.बिल्डर
खालीपन
राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)

विरासत में मिली विधियाँ

स्थिरांक

सार्वजनिक स्थैतिक अंतिम पूर्णांक COMPOSITE_TENSOR_FIELD_NUMBER

स्थिर मान: 5

सार्वजनिक स्थैतिक अंतिम पूर्णांक COO_SPARSE_FIELD_NUMBER

स्थिर मान: 4

सार्वजनिक स्थैतिक अंतिम पूर्णांक DTYPE_FIELD_NUMBER

स्थिर मान: 2

सार्वजनिक स्थैतिक अंतिम पूर्णांक NAME_FIELD_NUMBER

स्थिर मान: 1

सार्वजनिक स्थैतिक अंतिम पूर्णांक TENSOR_SHAPE_FIELD_NUMBER

स्थिर मान: 3

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

सार्वजनिक बूलियन बराबर (ऑब्जेक्ट obj)

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

सार्वजनिक स्थैतिक TensorInfo getDefaultInstance ()

सार्वजनिक TensorInfo getDefaultInstanceForType ()

सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

जनता getParserForType ()

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

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

सार्वजनिक अंतिम com.google.protobuf.UnknownFieldSet getUnknownFields ()

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

सार्वजनिक पूर्णांक हैशकोड ()

सार्वजनिक अंतिम बूलियन आरंभीकृत है ()

सार्वजनिक स्थैतिक TensorInfo.Builder newBuilder ( TensorInfo प्रोटोटाइप)

सार्वजनिक स्थैतिक TensorInfo.Builder newBuilder ()

सार्वजनिक TensorInfo.Builder newBuilderForType ()

सार्वजनिक स्थैतिक TensorInfo parseDelimitedFrom (इनपुटस्ट्रीम इनपुट)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक TensorInfo parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (बाइटबफ़र डेटा)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक TensorInfo parseFrom (com.google.protobuf.ByteString डेटा)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
आईओ अपवाद

सार्वजनिक स्थैतिक TensorInfo पार्सफ्रॉम (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)

फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन

सार्वजनिक स्थैतिक पार्सर ()

सार्वजनिक TensorInfo.Builder toBuilder ()

सार्वजनिक शून्य राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)

फेंकता
आईओ अपवाद