TensorInfo.CooSparse

सार्वजनिक स्थैतिक अंतिम वर्ग TensorInfo.CooSparse

 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape.
 
प्रोटोबफ प्रकार tensorflow.TensorInfo.CooSparse

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

कक्षा TensorInfo.CooSparse.Builder
 For sparse tensors, The COO encoding stores a triple of values, indices,
 and shape. 

स्थिरांक

int यहाँ DENSE_SHAPE_TENSOR_NAME_FIELD_NUMBER
int यहाँ INDICES_TENSOR_NAME_FIELD_NUMBER
int यहाँ VALUES_TENSOR_NAME_FIELD_NUMBER

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

बूलियन
बराबर (वस्तु obj)
स्थिर TensorInfo.CooSparse
TensorInfo.CooSparse
डोरी
getDenseShapeTensorName ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
com.google.protobuf.ByteString
getDenseShapeTensorNameBytes ()
 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor
डोरी
getIndicesTensorName ()
 The indices Tensor must have dtype int64 and shape [?, ?].
com.google.protobuf.ByteString
getIndicesTensorNameBytes ()
 The indices Tensor must have dtype int64 and shape [?, ?].
int यहाँ
अंतिम com.google.protobuf.UnknownFieldSet
डोरी
getValuesTensorName ()
 The shape of the values Tensor is [?].
com.google.protobuf.ByteString
getValuesTensorNameBytes ()
 The shape of the values Tensor is [?].
int यहाँ
अंतिम बूलियन
स्थिर TensorInfo.CooSparse.Builder
न्यूबिल्डर ( TensorInfo.CooSparse प्रोटोटाइप)
स्थिर TensorInfo.CooSparse.Builder
TensorInfo.CooSparse.Builder
स्थिर TensorInfo.CooSparse
parseDelimitedFrom (इनपुटस्ट्रीम इनपुट)
स्थिर TensorInfo.CooSparse
parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo.CooSparse
पार्सफ्रॉम (बाइटबफ़र डेटा)
स्थिर TensorInfo.CooSparse
parseFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo.CooSparse
पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo.CooSparse
parseFrom (com.google.protobuf.CodedInputStream इनपुट)
स्थिर TensorInfo.CooSparse
पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo.CooSparse
parseFrom (com.google.protobuf.ByteString डेटा)
स्थिर TensorInfo.CooSparse
पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर TensorInfo.CooSparse
parseFrom (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
स्थिर
TensorInfo.CooSparse.Builder
खालीपन
राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)

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

स्थिरांक

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

स्थिर मान: 3

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

स्थिर मान: 2

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

स्थिर मान: 1

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

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

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

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

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

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

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

 The dynamic logical shape represented by the SparseTensor is recorded in
 the Tensor referenced here.  It must have dtype int64 and shape [?].
 
string dense_shape_tensor_name = 3;

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

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

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

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

 The indices Tensor must have dtype int64 and shape [?, ?].
 
string indices_tensor_name = 2;

जनता getParserForType ()

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

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

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

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

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

 The shape of the values Tensor is [?].  Its dtype must be the dtype of
 the SparseTensor as a whole, given in the enclosing TensorInfo.
 
string values_tensor_name = 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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