общедоступный статический конечный класс NodeDef.ExperimentalDebugInfo
Тип Protobuf tensorflow.NodeDef.ExperimentalDebugInfo
Вложенные классы
сорт | NodeDef.ExperimentalDebugInfo.Builder | Тип Protobuf tensorflow.NodeDef.ExperimentalDebugInfo |
Константы
интервал | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
интервал | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Публичные методы
логическое значение | равно (Объект obj) |
статический NodeDef.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo | |
окончательный статический 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. |
интервал | |
окончательный com.google.protobuf.UnknownFieldSet | |
интервал | хэш-код () |
последнее логическое значение | |
статический NodeDef.ExperimentalDebugInfo.Builder | newBuilder (прототип NodeDef.ExperimentalDebugInfo ) |
статический NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef.ExperimentalDebugInfo.Builder | |
статический NodeDef.ExperimentalDebugInfo | parseDelimitedFrom (входной поток) |
статический NodeDef.ExperimentalDebugInfo | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (данные ByteBuffer) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (вход com.google.protobuf.CodedInputStream) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (данные com.google.protobuf.ByteString) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический NodeDef.ExperimentalDebugInfo | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
NodeDef.ExperimentalDebugInfo.Builder | toBuilder () |
пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int ORIGINAL_NODE_NAMES_FIELD_NUMBER
Постоянное значение: 1
Публичные методы
общедоступное логическое значение равно (Object obj)
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступная строка 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;
общественный getParserForType ()
public int getSerializedSize ()
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступный статический NodeDef.ExperimentalDebugInfo.Builder newBuilder (прототип NodeDef.ExperimentalDebugInfo )
общедоступный статический NodeDef.ExperimentalDebugInfo parseDelimitedFrom (вход InputStream)
Броски
Исключение IO |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseDelimitedFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический NodeDef.ExperimentalDebugInfo parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|