NodeDef.ExperimentalDebugInfoOrBuilder

giao diện tĩnh công cộng NodeDef.ExperimentalDebugInfoOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getOriginalFuncNames (chỉ mục int)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
trừu tượng com.google.protobuf.ByteString
getOriginalFuncNamesBytes (chỉ mục int)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
int trừu tượng
getOriginalFuncNamesCount ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
Danh sách trừu tượng<String>
getOriginalFuncNamesList ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
chuỗi trừu tượng
getOriginalNodeNames (chỉ mục int)
 Opaque string inserted into error messages created by the runtime.
trừu tượng com.google.protobuf.ByteString
getOriginalNodeNamesBytes (chỉ mục int)
 Opaque string inserted into error messages created by the runtime.
int trừu tượng
getOriginalNodeNamesCount ()
 Opaque string inserted into error messages created by the runtime.
Danh sách trừu tượng<String>
getOriginalNodeNamesList ()
 Opaque string inserted into error messages created by the runtime.

Phương pháp công khai

Chuỗi trừu tượng công khai getOriginalFuncNames (chỉ mục 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;

tóm tắt công khai com.google.protobuf.ByteString getOriginalFuncNamesBytes (int chỉ mục)

 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;

tóm tắt công khai 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;

Danh sách tóm tắt công khai<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;

chuỗi tóm tắt công khai getOriginalNodeNames (chỉ mục 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;

tóm tắt công khai com.google.protobuf.ByteString getOriginalNodeNamesBytes (int chỉ mục)

 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;

tóm tắt công khai 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;

Danh sách tóm tắt công khai<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;