सार्वजनिक स्थैतिक अंतिम वर्ग NodeDef.ExperimentalDebugInfo.Builder
प्रोटोबफ़ प्रकार tensorflow.NodeDef.ExperimentalDebugInfo
सार्वजनिक तरीके
NodeDef.ExperimentalDebugInfo.Builder | addAllOriginalFuncNames (Iterable<String> मान) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | addAllOriginalNodeNames (Iterable<String> मान) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNames (स्ट्रिंग मान) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNamesBytes (com.google.protobuf.ByteString मान) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNames (स्ट्रिंग मान) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNamesBytes (com.google.protobuf.ByteString मान) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
NodeDef.ExperimentalDebugInfo | निर्माण () |
NodeDef.ExperimentalDebugInfo | बिल्डआंशिक () |
NodeDef.ExperimentalDebugInfo.Builder | स्पष्ट () |
NodeDef.ExperimentalDebugInfo.Builder | क्लियरफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड) |
NodeDef.ExperimentalDebugInfo.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NodeDef.ExperimentalDebugInfo.Builder | ClearOriginalFuncNames () This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | ClearOriginalNodeNames () Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | क्लोन () |
NodeDef.ExperimentalDebugInfo | |
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
डोरी | getOriginalFuncNames (int अनुक्रमणिका) This is intended to store the list of names of the functions from the original graph that this node was derived. |
com.google.protobuf.ByteString | getOriginalFuncNamesBytes (int अनुक्रमणिका) This is intended to store the list of names of the functions from the original graph that this node was derived. |
int यहाँ | getOriginalFuncNamesCount () This is intended to store the list of names of the functions from the original graph that this node was derived. |
com.google.protobuf.ProtocolStringList | getOriginalFuncNamesList () This is intended to store the list of names of the functions from the original graph that this node was derived. |
डोरी | getOriginalNodeNames (int अनुक्रमणिका) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (int अनुक्रमणिका) Opaque string inserted into error messages created by the runtime. |
int यहाँ | getOriginalNodeNamesCount () Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ProtocolStringList | getOriginalNodeNamesList () Opaque string inserted into error messages created by the runtime. |
अंतिम बूलियन | |
NodeDef.ExperimentalDebugInfo.Builder | मर्जफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
NodeDef.ExperimentalDebugInfo.Builder | मर्जफ्रॉम (com.google.protobuf.Message अन्य) |
अंतिम NodeDef.ExperimentalDebugInfo.Builder | मर्जअज्ञातफ़ील्ड्स (com.google.protobuf.UnknownFieldSet अज्ञातफ़ील्ड्स) |
NodeDef.ExperimentalDebugInfo.Builder | सेटफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalFuncNames (int सूचकांक, स्ट्रिंग मान) This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalNodeNames (int सूचकांक, स्ट्रिंग मान) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, इंट इंडेक्स, ऑब्जेक्ट वैल्यू) |
अंतिम NodeDef.ExperimentalDebugInfo.Builder | अज्ञात फ़ील्ड सेट करें (com.google.protobuf. अज्ञात फ़ील्ड सेट अज्ञात फ़ील्ड) |
विरासत में मिले तरीके
सार्वजनिक तरीके
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (Iterable<String> मान)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addAllOriginalNodeNames (Iterable<String> मान)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNames (स्ट्रिंग मान)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNamesBytes (com.google.protobuf.ByteString मान)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNames (स्ट्रिंग मान)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNamesBytes (com.google.protobuf.ByteString मान)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder ClearField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड)
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder ClearOriginalFuncNames ()
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder ClearOriginalNodeNames ()
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()
सार्वजनिक com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
सार्वजनिक स्ट्रिंग getOriginalFuncNames (int अनुक्रमणिका)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक com.google.protobuf.ByteString getOriginalFuncNamesBytes (int अनुक्रमणिका)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक int getOriginalFuncNamesCount ()
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक com.google.protobuf.ProtocolStringList getOriginalFuncNamesList ()
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक स्ट्रिंग getOriginalNodeNames (int अनुक्रमणिका)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक com.google.protobuf.ByteString getOriginalNodeNamesBytes (int अनुक्रमणिका)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक int getOriginalNodeNamesCount ()
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक com.google.protobuf.ProtocolStringList getOriginalNodeNamesList ()
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;
सार्वजनिक अंतिम बूलियन आरंभीकृत है ()
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओएक्सेप्शन |
---|
सार्वजनिक अंतिम NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातफील्ड्स)
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (int अनुक्रमणिका, स्ट्रिंग मान)
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then `original_funcs` would be {FA, FB}. If the node is in the top level graph, the `original_func` is empty. This information, with the `original_node_names` can be used to map errors originating at the current ndoe to some top level source code.
repeated string original_func_names = 2;
सार्वजनिक NodeDef.ExperimentalDebugInfo.Builder setOriginalNodeNames (int अनुक्रमणिका, स्ट्रिंग मान)
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
repeated string original_node_names = 1;