सार्वजनिक अंतिम वर्ग ग्राफ़डेफ़
Represents the graph of operations
tensorflow.GraphDef
नेस्टेड क्लासेस
कक्षा | ग्राफ़डेफ़.बिल्डर | Represents the graph of operations tensorflow.GraphDef |
स्थिरांक
int यहाँ | LIBRARY_FIELD_NUMBER | |
int यहाँ | NODE_FIELD_NUMBER | |
int यहाँ | संस्करण_फ़ील्ड_नंबर | |
int यहाँ | संस्करण_फ़ील्ड_नंबर |
सार्वजनिक तरीके
बूलियन | बराबर (वस्तु obj) |
स्थैतिक ग्राफडेफ़ | |
ग्राफ़डेफ़ | |
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor | |
फंक्शनडिफलाइब्रेरी | लाइब्रेरी प्राप्त करें () EXPERIMENTAL. |
FunctionDefLibraryOrBuilder | getLibraryOrBuilder () EXPERIMENTAL. |
नोडडिफ़ | getNode (int सूचकांक) repeated .tensorflow.NodeDef node = 1; |
int यहाँ | getNodeCount () repeated .tensorflow.NodeDef node = 1; |
सूची< नोडडिफ़ > | getNodeList () repeated .tensorflow.NodeDef node = 1; |
NodeDefOrBuilder | getNodeOrBuilder (int अनुक्रमणिका) repeated .tensorflow.NodeDef node = 1; |
सूची<? NodeDefOrBuilder > का विस्तार करता है | getNodeOrBuilderList () repeated .tensorflow.NodeDef node = 1; |
int यहाँ | |
अंतिम com.google.protobuf.UnknownFieldSet | |
int यहाँ | संस्करण प्राप्त करें () Deprecated single version field; use versions above instead. |
वर्जनडिफ | संस्करण प्राप्त करें () Compatibility versions of the graph. |
संस्करणDefOrBuilder | getVersionsOrBuilder () Compatibility versions of the graph. |
बूलियन | हैलाइब्रेरी () EXPERIMENTAL. |
बूलियन | हैसंस्करण () Compatibility versions of the graph. |
int यहाँ | हैशकोड () |
अंतिम बूलियन | |
स्थिर ग्राफडेफ़.बिल्डर | नयाबिल्डर () |
स्थिर ग्राफडेफ़.बिल्डर | न्यूबिल्डर ( ग्राफ़डेफ़ प्रोटोटाइप) |
ग्राफ़डेफ़.बिल्डर | |
स्थैतिक ग्राफडेफ़ | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट) |
स्थैतिक ग्राफडेफ़ | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ग्राफडेफ़ | पार्सफ्रॉम (बाइटबफ़र डेटा) |
स्थैतिक ग्राफडेफ़ | parseFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ग्राफडेफ़ | पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ग्राफडेफ़ | parseFrom (com.google.protobuf.CodedInputStream इनपुट) |
स्थैतिक ग्राफडेफ़ | पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ग्राफडेफ़ | parseFrom (com.google.protobuf.ByteString डेटा) |
स्थैतिक ग्राफडेफ़ | पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ग्राफडेफ़ | parseFrom (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थिर | पार्सर () |
ग्राफ़डेफ़.बिल्डर | टूबिल्डर () |
खालीपन | राइटटू (com.google.protobuf.CodedOutputStream आउटपुट) |
विरासत में मिली विधियाँ
स्थिरांक
सार्वजनिक स्थैतिक अंतिम पूर्णांक LIBRARY_FIELD_NUMBER
स्थिर मान: 2
सार्वजनिक स्थैतिक अंतिम पूर्णांक NODE_FIELD_NUMBER
स्थिर मान: 1
सार्वजनिक स्थैतिक अंतिम पूर्णांक VERSIONS_FIELD_NUMBER
स्थिर मान: 4
सार्वजनिक स्थैतिक अंतिम पूर्णांक VERSION_FIELD_NUMBER
स्थिर मान: 3
सार्वजनिक तरीके
सार्वजनिक बूलियन बराबर (ऑब्जेक्ट obj)
सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()
सार्वजनिक FunctionDefLibrary getLibrary ()
EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET. "library" provides user-defined functions. Naming: * library.function.name are in a flat namespace. NOTE: We may need to change it to be hierarchical to support different orgs. E.g., { "/google/nn", { ... } }, { "/google/vision", { ... } } { "/org_foo/module_bar", { ... } } map<string, FunctionDefLib> named_lib; * If node[i].op is the name of one function in "library", node[i] is deemed as a function call. Otherwise, node[i].op must be a primitive operation supported by the runtime. Function call semantics: * The callee may start execution as soon as some of its inputs are ready. The caller may want to use Tuple() mechanism to ensure all inputs are ready in the same time. * The consumer of return values may start executing as soon as the return values the consumer depends on are ready. The consumer may want to use Tuple() mechanism to ensure the consumer does not start until all return values of the callee function are ready.
.tensorflow.FunctionDefLibrary library = 2;
सार्वजनिक FunctionDefLibraryOrBuilder getLibraryOrBuilder ()
EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET. "library" provides user-defined functions. Naming: * library.function.name are in a flat namespace. NOTE: We may need to change it to be hierarchical to support different orgs. E.g., { "/google/nn", { ... } }, { "/google/vision", { ... } } { "/org_foo/module_bar", { ... } } map<string, FunctionDefLib> named_lib; * If node[i].op is the name of one function in "library", node[i] is deemed as a function call. Otherwise, node[i].op must be a primitive operation supported by the runtime. Function call semantics: * The callee may start execution as soon as some of its inputs are ready. The caller may want to use Tuple() mechanism to ensure all inputs are ready in the same time. * The consumer of return values may start executing as soon as the return values the consumer depends on are ready. The consumer may want to use Tuple() mechanism to ensure the consumer does not start until all return values of the callee function are ready.
.tensorflow.FunctionDefLibrary library = 2;
सार्वजनिक int getNodeCount ()
repeated .tensorflow.NodeDef node = 1;
सार्वजनिक NodeDefOrBuilder getNodeOrBuilder (int अनुक्रमणिका)
repeated .tensorflow.NodeDef node = 1;
सार्वजनिक सूची<? NodeDefOrBuilder > getNodeOrBuilderList () का विस्तार करता है
repeated .tensorflow.NodeDef node = 1;
जनता getParserForType ()
सार्वजनिक int getSerializedSize ()
सार्वजनिक अंतिम com.google.protobuf.UnknownFieldSet getUnknownFields ()
सार्वजनिक int getVersion ()
Deprecated single version field; use versions above instead. Since all GraphDef changes before "versions" was introduced were forward compatible, this field is entirely ignored.
int32 version = 3 [deprecated = true];
सार्वजनिक VersionDef getVersions ()
Compatibility versions of the graph. See core/public/version.h for version history. The GraphDef version is distinct from the TensorFlow version, and each release of TensorFlow will support a range of GraphDef versions.
.tensorflow.VersionDef versions = 4;
सार्वजनिक VersionDefOrBuilder getVersionsOrBuilder ()
Compatibility versions of the graph. See core/public/version.h for version history. The GraphDef version is distinct from the TensorFlow version, and each release of TensorFlow will support a range of GraphDef versions.
.tensorflow.VersionDef versions = 4;
सार्वजनिक बूलियन हैलाइब्रेरी ()
EXPERIMENTAL. DO NOT USE OR DEPEND ON THIS YET. "library" provides user-defined functions. Naming: * library.function.name are in a flat namespace. NOTE: We may need to change it to be hierarchical to support different orgs. E.g., { "/google/nn", { ... } }, { "/google/vision", { ... } } { "/org_foo/module_bar", { ... } } map<string, FunctionDefLib> named_lib; * If node[i].op is the name of one function in "library", node[i] is deemed as a function call. Otherwise, node[i].op must be a primitive operation supported by the runtime. Function call semantics: * The callee may start execution as soon as some of its inputs are ready. The caller may want to use Tuple() mechanism to ensure all inputs are ready in the same time. * The consumer of return values may start executing as soon as the return values the consumer depends on are ready. The consumer may want to use Tuple() mechanism to ensure the consumer does not start until all return values of the callee function are ready.
.tensorflow.FunctionDefLibrary library = 2;
सार्वजनिक बूलियन hasVersions ()
Compatibility versions of the graph. See core/public/version.h for version history. The GraphDef version is distinct from the TensorFlow version, and each release of TensorFlow will support a range of GraphDef versions.
.tensorflow.VersionDef versions = 4;
सार्वजनिक पूर्णांक हैशकोड ()
सार्वजनिक अंतिम बूलियन आरंभीकृत है ()
सार्वजनिक स्थैतिक ग्राफडिफ पार्सडिलीमिटेडफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ग्राफडिफ पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ग्राफडिफ पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक ग्राफडिफ पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक GraphDef पार्सFrom (com.google.protobuf.ByteString डेटा)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक ग्राफडिफ पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ग्राफडिफ पार्सफ्रॉम (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक पार्सर ()
सार्वजनिक शून्य राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)
फेंकता
आईओ अपवाद |
---|