NodeDef.ExperimentalDebugInfo.Builder

공개 정적 최종 클래스 NodeDef.ExperimentalDebugInfo.Builder

Protobuf 유형 tensorflow.NodeDef.ExperimentalDebugInfo

공개 방법

NodeDef.ExperimentalDebugInfo.Builder
addAllOriginalFuncNames (Iterable<String> 값)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
NodeDef.ExperimentalDebugInfo.Builder
addAllOriginalNodeNames (Iterable<String> 값)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalFuncNames (문자열 값)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalFuncNamesBytes (com.google.protobuf.ByteString 값)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalNodeNames (문자열 값)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalNodeNamesBytes (com.google.protobuf.ByteString 값)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
NodeDef.ExperimentalDebugInfo
짓다 ()
NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
NodeDef.ExperimentalDebugInfo.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
NodeDef.ExperimentalDebugInfo.Builder
ClearOriginalFuncNames ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
NodeDef.ExperimentalDebugInfo.Builder
ClearOriginalNodeNames ()
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
클론 ()
NodeDef.ExperimentalDebugInfo
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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.
com.google.protobuf.ProtocolStringList
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.
com.google.protobuf.ProtocolStringList
getOriginalNodeNamesList ()
 Opaque string inserted into error messages created by the runtime.
최종 부울
NodeDef.ExperimentalDebugInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
NodeDef.ExperimentalDebugInfo.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 NodeDef.ExperimentalDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
NodeDef.ExperimentalDebugInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
NodeDef.ExperimentalDebugInfo.Builder
setOriginalFuncNames (int 인덱스, 문자열 값)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
NodeDef.ExperimentalDebugInfo.Builder
setOriginalNodeNames (int 인덱스, 문자열 값)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 NodeDef.ExperimentalDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (Iterable<String> 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addAllOriginalNodeNames (Iterable<String> 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNames (문자열 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNamesBytes (com.google.protobuf.ByteString 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNames (문자열 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addOriginalNodeNamesBytes (com.google.protobuf.ByteString 값)

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 객체 값)

공개 NodeDef.ExperimentalDebugInfo buildPartial ()

공개 NodeDef.ExperimentalDebugInfo.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 NodeDef.ExperimentalDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 NodeDef.ExperimentalDebugInfo.Builder ClearOriginalFuncNames ()

 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;

공개 NodeDef.ExperimentalDebugInfo.Builder ClearOriginalNodeNames ()

 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;

공개 NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 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;

공개 com.google.protobuf.ProtocolStringList 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;

공개 com.google.protobuf.ProtocolStringList 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;

공개 최종 부울 isInitialized ()

공개 NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

공개 NodeDef.ExperimentalDebugInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (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;

공개 NodeDef.ExperimentalDebugInfo.Builder setOriginalNodeNames (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;

공개 NodeDef.ExperimentalDebugInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 최종 NodeDef.ExperimentalDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)