NodeDef.ExperimentalDebugInfo.Builder

מחלקה סופית סטטית ציבורית NodeDef.ExperimentalDebugInfo.Builder

סוג Protobuf tensorflow.NodeDef.ExperimentalDebugInfo

שיטות ציבוריות

NodeDef.ExperimentalDebugInfo.Builder
addAllOriginalFuncNames (ערכי <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 (ערכי <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
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
חוּט
getOriginalFuncNames (int index)
 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 index)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
int
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 (int index)
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ByteString
getOriginalNodeNamesBytes (int index)
 Opaque string inserted into error messages created by the runtime.
int
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.Message אחר)
final NodeDef.ExperimentalDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
NodeDef.ExperimentalDebugInfo.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
NodeDef.ExperimentalDebugInfo.Builder
setOriginalFuncNames (int index, ערך מחרוזת)
 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 index, ערך מחרוזת)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
final NodeDef.ExperimentalDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (ערכי איטרנס<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;

public NodeDef.ExperimentalDebugInfo.Builder addAllOriginalNodeNames (ערכי איטרנס<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;

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

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

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

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

public NodeDef.ExperimentalDebugInfo.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

public NodeDef.ExperimentalDebugInfo buildPartial ()

public NodeDef.ExperimentalDebugInfo.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

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

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

public 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.Builder הציבורי ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

מחרוזת ציבורית getOriginalFuncNames (int index)

 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;

public com.google.protobuf.ByteString getOriginalFuncNamesBytes (int index)

 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;

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

public 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 index)

 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;

public com.google.protobuf.ByteString getOriginalNodeNamesBytes (int index)

 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;

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

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

בוליאני הסופי הציבורי הוא אתחול ()

public NodeDef.ExperimentalDebugInfo.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.Message אחר)

public final NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public NodeDef.ExperimentalDebugInfo.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

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

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

public NodeDef.ExperimentalDebugInfo.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)

public final NodeDef.ExperimentalDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)