classe final estática pública NodeDef.ExperimentalDebugInfo
Tipo de protobuf tensorflow.NodeDef.ExperimentalDebugInfo
Classes aninhadas
aula | NodeDef.ExperimentalDebugInfo.Builder | Tipo de protobuf tensorflow.NodeDef.ExperimentalDebugInfo |
Constantes
interno | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
interno | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
NodeDef.ExperimentalDebugInfo estático | |
NodeDef.ExperimentalDebugInfo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getOriginalFuncNames (índice interno) 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 interno) This is intended to store the list of names of the functions from the original graph that this node was derived. |
interno | 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 (índice interno) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (índice interno) Opaque string inserted into error messages created by the runtime. |
interno | 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. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
NodeDef.ExperimentalDebugInfo.Builder estático | newBuilder (protótipo NodeDef.ExperimentalDebugInfo ) |
NodeDef.ExperimentalDebugInfo.Builder estático | |
NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef.ExperimentalDebugInfo estático | parseDelimitedFrom (entrada InputStream) |
NodeDef.ExperimentalDebugInfo estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (dados de ByteBuffer) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (dados com.google.protobuf.ByteString) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeDef.ExperimentalDebugInfo estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
NodeDef.ExperimentalDebugInfo.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Valor Constante: 2
público estático final int ORIGINAL_NODE_NAMES_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
string 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;
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;
String 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;
público 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;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
público estático NodeDef.ExperimentalDebugInfo.Builder newBuilder (protótipo NodeDef.ExperimentalDebugInfo )
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrada InputStream)
Lança
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (dados de ByteBuffer)
Lança
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático NodeDef.ExperimentalDebugInfo parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|