NodeDef.ExperimentalDebugInfo.Builder

genel statik son sınıf NodeDef.ExperimentalDebugInfo.Builder

Protobuf türü tensorflow.NodeDef.ExperimentalDebugInfo

Genel Yöntemler

NodeDef.ExperimentalDebugInfo.Builder
addAllOriginalFuncNames (Yinelenebilir<String> değerleri)
 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 (Yinelenebilir<String> değerleri)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalFuncNames (Dize değeri)
 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 değeri)
 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 (Dize değeri)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addOriginalNodeNamesBytes (com.google.protobuf.ByteString değeri)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
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
klon ()
NodeDef.ExperimentalDebugInfo
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getOriginalFuncNames (int dizini)
 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 dizini)
 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.
Sicim
getOriginalNodeNames (int dizini)
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ByteString
getOriginalNodeNamesBytes (int dizini)
 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.
son boole değeri
NodeDef.ExperimentalDebugInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeDef.ExperimentalDebugInfo.Builder
mergeFrom (com.google.protobuf.Message other)
final NodeDef.ExperimentalDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
NodeDef.ExperimentalDebugInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
NodeDef.ExperimentalDebugInfo.Builder
setOriginalFuncNames (int dizini, Dize değeri)
 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 dizini, Dize değeri)
 Opaque string inserted into error messages created by the runtime.
NodeDef.ExperimentalDebugInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
final NodeDef.ExperimentalDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (Yinelenebilir<String> değerleri)

 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 (Yinelenebilir<String> değerleri)

 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 (Dize değeri)

 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 değeri)

 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 (Dize değeri)

 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 değeri)

 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 alanı, Nesne değeri)

public NodeDef.ExperimentalDebugInfo yapısı ()

public NodeDef.ExperimentalDebugInfo buildPartial ()

public NodeDef.ExperimentalDebugInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

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;

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

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

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

public String getOriginalFuncNames (int dizini)

 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 dizini)

 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;

public String getOriginalNodeNames (int dizini)

 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 dizini)

 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;

genel final boolean isInitialized ()

public NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.Message other)

genel final NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public NodeDef.ExperimentalDebugInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (int dizini, Dize değeri)

 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 dizini, Dize değeri)

 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 alanı, int dizini, Nesne değeri)

genel final NodeDef.ExperimentalDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)