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
دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
NodeDef.ExperimentalDebugInfo.Builder
دمج من (com.google.protobuf.Message أخرى)
NodeDef.ExperimentalDebugInfo.Builder النهائي
دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
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 العام ()

NodeDef.ExperimentalDebugInfo buildPartial () العامة

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. 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.Builder العام ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام

سلسلة getOriginalFuncNames العامة (فهرس كثافة العمليات)

 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 public 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 public 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 العامة (فهرس كثافة العمليات)

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

تمت تهيئة القيمة المنطقية النهائية العامة ()

NodeDef.ExperimentalDebugInfo.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

NodeDef.ExperimentalDebugInfo.Builder العام mergeFrom (com.google.protobuf.Message أخرى)

النهائي العام NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)

NodeDef.ExperimentalDebugInfo.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)

مجموعة NodeDef.ExperimentalDebugInfo.Builder العامة NodeDef.FuncNames (مؤشر 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) النهائي العام NodeDef.ExperimentalDebugInfo.Builder