Used to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone. There will be a set of ApiDefs that are common to all client languages, and another set per client language. The per-client-language ApiDefs will inherit values from the common ApiDefs which it can either replace or modify. We separate the API definition from the OpDef so we can evolve the API while remaining backwards compatible when interpretting old graphs. Overrides go in an "api_def.pbtxt" file with a text-format ApiDefs message. WARNING: Be *very* careful changing the API for any existing op -- you can change the semantics of existing code. These changes may need to wait until a major release of TensorFlow to avoid breaking our compatibility promises.
tensorflow.ApiDef
नेस्टेड क्लासेस
कक्षा | ApiDef.Arg | प्रोटोबफ़ प्रकार tensorflow.ApiDef.Arg | |
इंटरफ़ेस | ApiDef.ArgOrBuilder | ||
कक्षा | ApiDef.Attr | Description of the graph-construction-time configuration of this Op. | |
इंटरफ़ेस | ApiDef.AttrOrBuilder | ||
कक्षा | ApiDef.बिल्डर | Used to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone. | |
कक्षा | ApiDef.Endpoint | If you specify any endpoint, this will replace all of the inherited endpoints. | |
इंटरफ़ेस | ApiDef.EndpointOrBuilder | ||
enum | ApiDef.दृश्यता | प्रोटोबफ एनम tensorflow.ApiDef.Visibility |
स्थिरांक
int यहाँ | ARG_ORDER_FIELD_NUMBER | |
int यहाँ | ATTR_FIELD_NUMBER | |
int यहाँ | DEPRECATION_MESSAGE_FIELD_NUMBER | |
int यहाँ | DEPRECATION_VERSION_FIELD_NUMBER | |
int यहाँ | विवरण_FIELD_NUMBER | |
int यहाँ | विवरण_PREFIX_FIELD_NUMBER | |
int यहाँ | विवरण_SUFFIX_FIELD_NUMBER | |
int यहाँ | ENDPOINT_FIELD_NUMBER | |
int यहाँ | GRAPH_OP_NAME_FIELD_NUMBER | |
int यहाँ | IN_ARG_FIELD_NUMBER | |
int यहाँ | OUT_ARG_FIELD_NUMBER | |
int यहाँ | SUMMARY_FIELD_NUMBER | |
int यहाँ | दृश्यता_फ़ील्ड_नंबर |
सार्वजनिक तरीके
बूलियन | बराबर (वस्तु obj) |
डोरी | getArgOrder (इंट इंडेक्स) List of original in_arg names to specify new argument order. |
com.google.protobuf.ByteString | getArgOrderBytes (int सूचकांक) List of original in_arg names to specify new argument order. |
int यहाँ | getArgOrderCount () List of original in_arg names to specify new argument order. |
com.google.protobuf.ProtocolStringList | getArgOrderList () List of original in_arg names to specify new argument order. |
ApiDef.Attr | getAttr (int सूचकांक) repeated .tensorflow.ApiDef.Attr attr = 6; |
int यहाँ | getAttrCount () repeated .tensorflow.ApiDef.Attr attr = 6; |
सूची < ApiDef.Attr > | getAttrList () repeated .tensorflow.ApiDef.Attr attr = 6; |
ApiDef.AttrOrBuilder | getAttrOrBuilder (int अनुक्रमणिका) repeated .tensorflow.ApiDef.Attr attr = 6; |
सूची<? ApiDef.AttrOrBuilder > का विस्तार करता है | getAttrOrBuilderList () repeated .tensorflow.ApiDef.Attr attr = 6; |
स्थैतिक ApiDef | |
एपीआईडीईएफ | |
डोरी | getDeprecationMessage () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
com.google.protobuf.ByteString | getDeprecationMessageBytes () If this op is deprecated, set deprecation message to the message that should be logged when this op is used. |
int यहाँ | getDeprecationVersion () Major version when the op will be deleted. |
डोरी | विवरण प्राप्त करें () Additional, longer human-readable description of what the Op does. |
com.google.protobuf.ByteString | getDescriptionबाइट्स () Additional, longer human-readable description of what the Op does. |
डोरी | getDescriptionPrefix () Modify an existing/inherited description by adding text to the beginning or end. |
com.google.protobuf.ByteString | getDescriptionPrefixBytes () Modify an existing/inherited description by adding text to the beginning or end. |
डोरी | getDescriptionप्रत्यय () string description_suffix = 10; |
com.google.protobuf.ByteString | getDescriptionSuffixBytes () string description_suffix = 10; |
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor | |
ApiDef.Endpoint | getEndpoint (int सूचकांक) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
int यहाँ | getEndpointCount () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
सूची < ApiDef.Endpoint > | getEndpointList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
ApiDef.EndpointOrBuilder | getEndpointOrBuilder (int अनुक्रमणिका) repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
सूची<? ApiDef.EndpointOrBuilder > का विस्तार करता है | getEndpointOrBuilderList () repeated .tensorflow.ApiDef.Endpoint endpoint = 3; |
डोरी | getGraphOpName () Name of the op (in the OpDef) to specify the API for. |
com.google.protobuf.ByteString | getGraphOpNameBytes () Name of the op (in the OpDef) to specify the API for. |
ApiDef.Arg | getInArg (int सूचकांक) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
int यहाँ | getInArgCount () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
सूची < ApiDef.Arg > | getInArgList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.ArgOrBuilder | getInArgOrBuilder (int अनुक्रमणिका) repeated .tensorflow.ApiDef.Arg in_arg = 4; |
सूची<? ApiDef.ArgOrBuilder > का विस्तार करता है | getInArgOrBuilderList () repeated .tensorflow.ApiDef.Arg in_arg = 4; |
ApiDef.Arg | getOutArg (int सूचकांक) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
int यहाँ | getOutArgCount () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
सूची < ApiDef.Arg > | getOutArgList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
ApiDef.ArgOrBuilder | getOutArgOrBuilder (int अनुक्रमणिका) repeated .tensorflow.ApiDef.Arg out_arg = 5; |
सूची<? ApiDef.ArgOrBuilder > का विस्तार करता है | getOutArgOrBuilderList () repeated .tensorflow.ApiDef.Arg out_arg = 5; |
int यहाँ | |
डोरी | सारांश प्राप्त करें () One-line human-readable description of what the Op does. |
com.google.protobuf.ByteString | getSummaryBytes () One-line human-readable description of what the Op does. |
अंतिम com.google.protobuf.UnknownFieldSet | |
ApiDef.दृश्यता | दृश्यता प्राप्त करें () .tensorflow.ApiDef.Visibility visibility = 2; |
int यहाँ | getVisibilityValue () .tensorflow.ApiDef.Visibility visibility = 2; |
int यहाँ | हैशकोड () |
अंतिम बूलियन | |
स्थिर ApiDef.बिल्डर | नयाबिल्डर () |
स्थिर ApiDef.बिल्डर | न्यूबिल्डर ( एपीआईडीईएफ प्रोटोटाइप) |
ApiDef.बिल्डर | |
स्थैतिक ApiDef | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट) |
स्थैतिक ApiDef | parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ApiDef | पार्सफ्रॉम (बाइटबफ़र डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ApiDef | parseFrom (com.google.protobuf.CodedInputStream इनपुट) |
स्थैतिक ApiDef | पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ApiDef | पार्सफ्रॉम (बाइटबफ़र डेटा) |
स्थैतिक ApiDef | parseFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ApiDef | parseFrom (com.google.protobuf.ByteString डेटा) |
स्थैतिक ApiDef | पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थैतिक ApiDef | parseFrom (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
स्थिर | पार्सर () |
ApiDef.बिल्डर | टूबिल्डर () |
खालीपन | राइटटू (com.google.protobuf.CodedOutputStream आउटपुट) |
विरासत में मिले तरीके
स्थिरांक
सार्वजनिक स्थैतिक अंतिम पूर्णांक ARG_ORDER_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक ATTR_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक DEPRECATION_MESSAGE_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक DEPRECATION_VERSION_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक DESCRIPTION_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक DESCRIPTION_PREFIX_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक DESCRIPTION_SUFFIX_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक ENDPOINT_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक GRAPH_OP_NAME_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक IN_ARG_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक OUT_ARG_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक SUMMARY_FIELD_NUMBER
सार्वजनिक स्थैतिक अंतिम पूर्णांक VISIBILITY_FIELD_NUMBER
सार्वजनिक तरीके
सार्वजनिक बूलियन बराबर (ऑब्जेक्ट obj)
सार्वजनिक स्ट्रिंग getArgOrder (int अनुक्रमणिका)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
सार्वजनिक com.google.protobuf.ByteString getArgOrderBytes (int अनुक्रमणिका)
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
सार्वजनिक int getArgOrderCount ()
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
सार्वजनिक com.google.protobuf.ProtocolStringList getArgOrderList ()
List of original in_arg names to specify new argument order. Length of arg_order should be either empty to keep current order or match size of in_arg.
repeated string arg_order = 11;
सार्वजनिक int getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
सार्वजनिक ApiDef.AttrOrBuilder getAttrOrBuilder (int अनुक्रमणिका)
repeated .tensorflow.ApiDef.Attr attr = 6;
सार्वजनिक सूची<? ApiDef.AttrOrBuilder > getAttrOrBuilderList () का विस्तार करता है
repeated .tensorflow.ApiDef.Attr attr = 6;
सार्वजनिक स्ट्रिंग getDeprecationMessage ()
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
सार्वजनिक com.google.protobuf.ByteString getDeprecationMessageBytes ()
If this op is deprecated, set deprecation message to the message that should be logged when this op is used. The message should indicate alternative op to use, if any.
string deprecation_message = 12;
सार्वजनिक int getDeprecationVersion ()
Major version when the op will be deleted. For e.g. set this value to 2 if op API should be removed in TensorFlow 2.0 and deprecated in versions before that.
int32 deprecation_version = 13;
सार्वजनिक स्ट्रिंग getDescription ()
Additional, longer human-readable description of what the Op does.
string description = 8;
सार्वजनिक com.google.protobuf.ByteString getDescriptionBytes ()
Additional, longer human-readable description of what the Op does.
string description = 8;
सार्वजनिक स्ट्रिंग getDescriptionPrefix ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
सार्वजनिक com.google.protobuf.ByteString getDescriptionPrefixBytes ()
Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;
सार्वजनिक स्ट्रिंग getDescriptionSuffix ()
string description_suffix = 10;
सार्वजनिक com.google.protobuf.ByteString getDescriptionSuffixBytes ()
string description_suffix = 10;
सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()
सार्वजनिक ApiDef.Endpoint getEndpoint (int अनुक्रमणिका)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
सार्वजनिक int getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
सार्वजनिक सूची < ApiDef.Endpoint > getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
सार्वजनिक ApiDef.EndpointOrBuilder getEndpointOrBuilder (int अनुक्रमणिका)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
सार्वजनिक सूची<? ApiDef.EndpointOrBuilder > getEndpointOrBuilderList () का विस्तार करता है
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
सार्वजनिक स्ट्रिंग getGraphOpName ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
सार्वजनिक com.google.protobuf.ByteString getGraphOpNameBytes ()
Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;
सार्वजनिक int getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
सार्वजनिक ApiDef.ArgOrBuilder getInArgOrBuilder (int अनुक्रमणिका)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
सार्वजनिक सूची<? ApiDef.ArgOrBuilder > getInArgOrBuilderList () का विस्तार करता है
repeated .tensorflow.ApiDef.Arg in_arg = 4;
सार्वजनिक int getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
सार्वजनिक ApiDef.ArgOrBuilder getOutArgOrBuilder (int अनुक्रमणिका)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
सार्वजनिक सूची<? ApiDef.ArgOrBuilder > getOutArgOrBuilderList () का विस्तार करता है
repeated .tensorflow.ApiDef.Arg out_arg = 5;
जनता getParserForType ()
सार्वजनिक int getSerializedSize ()
सार्वजनिक स्ट्रिंग getSummary ()
One-line human-readable description of what the Op does.
string summary = 7;
सार्वजनिक com.google.protobuf.ByteString getSummaryBytes ()
One-line human-readable description of what the Op does.
string summary = 7;
सार्वजनिक अंतिम com.google.protobuf.UnknownFieldSet getUnknownFields ()
सार्वजनिक पूर्णांक getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;
सार्वजनिक पूर्णांक हैशकोड ()
सार्वजनिक अंतिम बूलियन आरंभीकृत है ()
सार्वजनिक स्थैतिक ApiDef parseDelimitedFrom (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ApiDef पार्सफ्रॉम (ByteBuffer डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक ApiDef पार्सफ्रॉम (बाइट[] डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक ApiDef पार्सफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ApiDef पार्सFrom (com.google.protobuf.ByteString डेटा)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक ApiDef पार्सफ्रॉम (इनपुटस्ट्रीम इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओ अपवाद |
---|
सार्वजनिक स्थैतिक ApiDef पार्सफ्रॉम (com.google.protobuf.ByteString डेटा, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
अमान्यप्रोटोकॉलबफ़रएक्सेप्शन |
---|
सार्वजनिक स्थैतिक पार्सर ()
सार्वजनिक शून्य राइटटू (com.google.protobuf.CodedOutputStream आउटपुट)
फेंकता
आईओ अपवाद |
---|