clase final estática pública NodeDef.ExperimentalDebugInfo
Protobuf tipo tensorflow.NodeDef.ExperimentalDebugInfo
Clases anidadas
| clase | NodeDef.ExperimentalDebugInfo.Builder | Protobuf tipo tensorflow.NodeDef.ExperimentalDebugInfo | |
Constantes
| entero | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
| entero | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Métodos públicos
| booleano | es igual (Objeto obj) |
| NodeDef estático.ExperimentalDebugInfo | |
| NodeDef.ExperimentalDebugInfo | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cadena | getOriginalFuncNames (índice 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 (índice int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
| entero | 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. |
| Cadena | getOriginalNodeNames (índice int) Opaque string inserted into error messages created by the runtime. |
| com.google.protobuf.ByteString | getOriginalNodeNamesBytes (índice int) Opaque string inserted into error messages created by the runtime. |
| entero | getOriginalNodeNamesCount () Opaque string inserted into error messages created by the runtime. |
| com.google.protobuf.ProtocolStringList | getLista de nombres de nodos originales () Opaque string inserted into error messages created by the runtime. |
| entero | |
| com.google.protobuf.UnknownFieldSet final | |
| entero | código hash () |
| booleano final | |
| NodeDef.ExperimentalDebugInfo.Builder estático | newBuilder (prototipo NodeDef.ExperimentalDebugInfo ) |
| NodeDef.ExperimentalDebugInfo.Builder estático | |
| NodeDef.ExperimentalDebugInfo.Builder | |
| NodeDef estático.ExperimentalDebugInfo | parseDelimitedFrom (entrada de InputStream) |
| NodeDef estático.ExperimentalDebugInfo | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (datos de ByteBuffer) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (datos com.google.protobuf.ByteString) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef estático.ExperimentalDebugInfo | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| estático | analizador () |
| NodeDef.ExperimentalDebugInfo.Builder | |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Valor constante: 2
int final estático público ORIGINAL_NODE_NAMES_FIELD_NUMBER
Valor constante: 1
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública getOriginalFuncNames (índice 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; público com.google.protobuf.ByteString getOriginalFuncNamesBytes (índice 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; público 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; público 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; cadena pública getOriginalNodeNames (índice 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; público com.google.protobuf.ByteString getOriginalNodeNamesBytes (índice 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; público 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; público getParserForType ()
público int getSerializedSize ()
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático NodeDef.ExperimentalDebugInfo.Builder newBuilder (prototipo NodeDef.ExperimentalDebugInfo )
público estático NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrada de InputStream)
Lanza
| IOExcepción |
|---|
público estático NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (datos ByteBuffer)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
| IOExcepción |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOExcepción |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (datos com.google.protobuf.ByteString)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOExcepción |
|---|