publiczna statyczna klasa końcowa NodeDef.ExperimentalDebugInfo.Builder
Protobuf typu tensorflow.NodeDef.ExperimentalDebugInfo
Metody publiczne
NodeDef.ExperimentalDebugInfo.Builder | addAllOriginalFuncNames (wartości 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 (wartości Iterable<String>) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNames (wartość ciągu) 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 (wartość 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 (wartość ciągu) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNamesBytes (wartość com.google.protobuf.ByteString) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
NodeDef.ExperimentalDebugInfo | zbudować () |
NodeDef.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo.Builder | jasne () |
NodeDef.ExperimentalDebugInfo.Builder | clearField (pole 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 | klon () |
NodeDef.ExperimentalDebugInfo | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | getOriginalFuncNames (indeks int) 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 (indeks int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
wew | 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. |
Smyczkowy | getOriginalNodeNames (indeks int) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (indeks int) Opaque string inserted into error messages created by the runtime. |
wew | 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. |
końcowa wartość logiczna | |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
końcowy NodeDef.ExperimentalDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
NodeDef.ExperimentalDebugInfo.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalFuncNames (indeks int, wartość ciągu) 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 (indeks int, wartość ciągu) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
końcowy NodeDef.ExperimentalDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
publiczne NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (wartości 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;
public NodeDef.ExperimentalDebugInfo.Builder addAllOriginalNodeNames (wartości 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;
public NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNames (wartość ciągu)
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 (wartość 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 (wartość ciągu)
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 (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public NodeDef.ExperimentalDebugInfo.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
publiczny 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getOriginalFuncNames (indeks 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 com.google.protobuf.ByteString getOriginalFuncNamesBytes (indeks 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 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 (indeks 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 com.google.protobuf.ByteString getOriginalNodeNamesBytes (indeks 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 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;
publiczna końcowa wartość logiczna isInitialized ()
publiczny NodeDef.ExperimentalDebugInfo.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczny końcowy NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public NodeDef.ExperimentalDebugInfo.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (indeks int, wartość ciągu)
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 (indeks int, wartość ciągu)
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;