общедоступный статический конечный класс 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 | ОчиститьОригинальныеИменаФункций () This is intended to store the list of names of the functions from the original graph that this node was derived. |
NodeDef.ExperimentalDebugInfo.Builder | ОчиститьОригинальныеИмяУзла () 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 (индекс 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 (индекс int) 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 (индекс int) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (индекс int) 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 | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
NodeDef.ExperimentalDebugInfo.Builder | mergeFrom (com.google.protobuf.Message другое) |
окончательный NodeDef.ExperimentalDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public 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;
public 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;
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, значение объекта)
общедоступный NodeDef.ExperimentalDebugInfo.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
общедоступный NodeDef.ExperimentalDebugInfo.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public NodeDef.ExperimentalDebugInfo.BuildercleOriginalFuncNames ( )
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.BuildercleOriginalNodeNames ( )
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.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступная строка getOriginalFuncNames (индекс 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 (индекс 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;
общедоступная строка getOriginalNodeNames (индекс 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 (индекс 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;
публичное окончательное логическое значение isInitialized ()
общедоступный NodeDef.ExperimentalDebugInfo.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный окончательный NodeDef.ExperimentalDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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;