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 (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;

공개 추상 List<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;

공개 추상 List<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;