NodeDef.ExperimentalDebugInfoOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ 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;

รายการนามธรรมสาธารณะ <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 (ดัชนี 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;

รายการนามธรรมสาธารณะ <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;