kelas akhir statis publik NodeDef.ExperimentalDebugInfo.Builder
Tipe protobuf tensorflow.NodeDef.ExperimentalDebugInfo
Metode Publik
NodeDef.ExperimentalDebugInfo.Builder | addAllOriginalFuncNames (nilai<String> yang dapat diubah) 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 (nilai<String> yang dapat diubah) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalFuncNames (Nilai 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 | addOriginalFuncNamesBytes (nilai 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 (Nilai string) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addOriginalNodeNamesBytes (nilai com.google.protobuf.ByteString) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | addRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
NodeDef.ExperimentalDebugInfo | membangun () |
NodeDef.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo.Builder | jernih () |
NodeDef.ExperimentalDebugInfo.Builder | clearField (bidang com.google.protobuf.Descriptors.FieldDescriptor) |
NodeDef.ExperimentalDebugInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NodeDef.ExperimentalDebugInfo.Builder | hapusOriginalFuncNames () This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | hapusOriginalNodeNames () Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | klon () |
NodeDef.ExperimentalDebugInfo | |
com.google.protobuf.Descriptors.Descriptor statis terakhir | |
com.google.protobuf.Descriptors.Descriptor | |
Rangkaian | getOriginalFuncNames (int indeks) 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. |
ke dalam | dapatkanOriginalFuncNamesCount () 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 | dapatkanDaftarNamaFuncAsli () This is intended to store the list of names of the functions from the original graph that this node was derived. |
Rangkaian | 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. |
ke dalam | dapatkanOriginalNodeNamesCount () Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ProtocolStringList | dapatkanDaftarNamaNodeAsli () Opaque string inserted into error messages created by the runtime. |
boolean terakhir | |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.Pesan lainnya) |
NodeDef.ExperimentalDebugInfo.Builder terakhir | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
NodeDef.ExperimentalDebugInfo.Builder | setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek) |
NodeDef.ExperimentalDebugInfo.Builder | setOriginalFuncNames (indeks int, nilai 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 | setOriginalNodeNames (indeks int, nilai String) Opaque string inserted into error messages created by the runtime. |
NodeDef.ExperimentalDebugInfo.Builder | setRepeatedField (bidang com.google.protobuf.Descriptors.FieldDescriptor, indeks int, Nilai objek) |
NodeDef.ExperimentalDebugInfo.Builder terakhir | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Metode Warisan
Metode Publik
public NodeDef.ExperimentalDebugInfo.Builder addAllOriginalFuncNames (nilai<String> yang dapat diubah)
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 publik addAllOriginalNodeNames (nilai<String> yang dapat diubah)
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;
publik NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNames (Nilai 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;
publik NodeDef.ExperimentalDebugInfo.Builder addOriginalFuncNamesBytes (nilai 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 publik addOriginalNodeNames (Nilai 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 publik addOriginalNodeNamesBytes (nilai 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 (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
NodeDef.ExperimentalDebugInfo.Builder clearField publik (bidang com.google.protobuf.Descriptors.FieldDescriptor)
publik NodeDef.ExperimentalDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
NodeDef.ExperimentalDebugInfo.Builder publik 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 publik 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 ()
com.google.protobuf.Descriptors.Descriptor publik getDescriptorForType ()
String publik getOriginalFuncNames (int indeks)
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;
publik com.google.protobuf.ByteString getOriginalFuncNamesBytes (int indeks)
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 publik 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;
publik 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;
String publik getOriginalNodeNames (int indeks)
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;
publik com.google.protobuf.ByteString getOriginalNodeNamesBytes (int indeks)
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;
publik 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;
publik 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;
boolean akhir publik diinisialisasi ()
NodeDef.ExperimentalDebugInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Melempar
Pengecualian IO |
---|
NodeDef.ExperimentalDebugInfo.Builder final publik menggabungkan UnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public NodeDef.ExperimentalDebugInfo.Builder setField (bidang com.google.protobuf.Descriptors.FieldDescriptor, Nilai objek)
public NodeDef.ExperimentalDebugInfo.Builder setOriginalFuncNames (indeks int, nilai 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;
publik NodeDef.ExperimentalDebugInfo.Builder setOriginalNodeNames (indeks int, nilai 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;