classe finale statica pubblica NodeDef.ExperimentalDebugInfo
Tipo di protocollo tensorflow.NodeDef.ExperimentalDebugInfo
Classi nidificate
| classe | NodeDef.ExperimentalDebugInfo.Builder | Tipo di protocollo tensorflow.NodeDef.ExperimentalDebugInfo | |
Costanti
| int | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
| int | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Metodi pubblici
| booleano | è uguale a (Oggetto oggetto) |
| NodeDef.ExperimentalDebugInfo statico | |
| NodeDef.ExperimentalDebugInfo | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| Corda | getOriginalFuncNames (indice 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 (indice int) This is intended to store the list of names of the functions from the original graph that this node was derived. |
| int | 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. |
| Corda | getOriginalNodeNames (indice int) Opaque string inserted into error messages created by the runtime. |
| com.google.protobuf.ByteString | getOriginalNodeNamesBytes (indice int) Opaque string inserted into error messages created by the runtime. |
| int | 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. |
| int | |
| finale com.google.protobuf.UnknownFieldSet | |
| int | codicehash () |
| booleano finale | |
| NodeDef.ExperimentalDebugInfo.Builder statico | newBuilder (prototipo NodeDef.ExperimentalDebugInfo ) |
| NodeDef.ExperimentalDebugInfo.Builder statico | |
| NodeDef.ExperimentalDebugInfo.Builder | |
| NodeDef.ExperimentalDebugInfo statico | parseDelimitedFrom (input InputStream) |
| NodeDef.ExperimentalDebugInfo statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (dati ByteBuffer) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (dati com.google.protobuf.ByteString) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| NodeDef.ExperimentalDebugInfo statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| statico | analizzatore () |
| NodeDef.ExperimentalDebugInfo.Builder | toBuilder () |
| vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
pubblico statico finale int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Valore costante: 2
public static final int ORIGINAL_NODE_NAMES_FIELD_NUMBER
Valore costante: 1
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getOriginalFuncNames (indice 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; pubblico com.google.protobuf.ByteString getOriginalFuncNamesBytes (indice 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 (indice 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; pubblico com.google.protobuf.ByteString getOriginalNodeNamesBytes (indice 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; pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
public static NodeDef.ExperimentalDebugInfo.Builder newBuilder (prototipo NodeDef.ExperimentalDebugInfo )
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (input InputStream)
Lancia
| IOException |
|---|
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public static NodeDef.ExperimentalDebugInfo parseFrom (dati ByteBuffer)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico NodeDef.ExperimentalDebugInfo parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public static NodeDef.ExperimentalDebugInfo parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico NodeDef.ExperimentalDebugInfo parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
| IOException |
|---|
public static NodeDef.ExperimentalDebugInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
public static NodeDef.ExperimentalDebugInfo parseFrom (dati com.google.protobuf.ByteString)
Lancia
| InvalidProtocolBufferException |
|---|
public static NodeDef.ExperimentalDebugInfo parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
pubblico statico NodeDef.ExperimentalDebugInfo parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|