NodeDef.ExperimentalDebugInfoOrBuilder

الواجهة الثابتة العامة NodeDef.ExperimentalDebugInfoOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
getOriginalFuncNames (فهرس كثافة العمليات)
 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 (فهرس كثافة العمليات)
 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 (فهرس كثافة العمليات)
 Opaque string inserted into error messages created by the runtime.
مجردة com.google.protobuf.ByteString
getOriginalNodeNamesBytes (فهرس كثافة العمليات)
 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 (فهرس كثافة العمليات)

 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;

قائمة مجردة عامة<String> 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 مجردة عامة (فهرس كثافة العمليات)

 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;

قائمة مجردة عامة<String> 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;