सार्वजनिक स्थैतिक इंटरफ़ेस NodeDef.ExperimentalDebugInfoOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
सार स्ट्रिंग | 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. |
सार इंट | getOriginalFuncNamesCount () This is intended to store the list of names of the functions from the original graph that this node was derived. |
सार सूची<स्ट्रिंग> | 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. |
सार इंट | getOriginalNodeNamesCount () Opaque string inserted into error messages created by the runtime. |
सार सूची<स्ट्रिंग> | getOriginalNodeNamesList () Opaque string inserted into error messages created by the runtime. |
सार्वजनिक तरीके
सार्वजनिक सार स्ट्रिंग 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;
सार्वजनिक सार सूची <स्ट्रिंग> 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;
सार्वजनिक सार सूची <स्ट्रिंग> 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;