classe finale statique publique NodeDef.ExperimentalDebugInfo
tensorflow.NodeDef.ExperimentalDebugInfo
de type Protobuf
Classes imbriquées
classe | NodeDef.ExperimentalDebugInfo.Builder | tensorflow.NodeDef.ExperimentalDebugInfo de type Protobuf |
Constantes
int | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
int | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Méthodes publiques
booléen | est égal à (Obj objet) |
statique NodeDef.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getOriginalFuncNames (index 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 (index 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. |
Chaîne | getOriginalNodeNames (index int) Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString | getOriginalNodeNamesBytes (index 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 | |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
statique NodeDef.ExperimentalDebugInfo.Builder | newBuilder (prototype NodeDef.ExperimentalDebugInfo ) |
statique NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef.ExperimentalDebugInfo.Builder | |
statique NodeDef.ExperimentalDebugInfo | parseDelimitedFrom (entrée InputStream) |
statique NodeDef.ExperimentalDebugInfo | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (données ByteBuffer) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (entrée com.google.protobuf.CodedInputStream) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (données com.google.protobuf.ByteString) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique NodeDef.ExperimentalDebugInfo | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
NodeDef.ExperimentalDebugInfo.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Valeur constante : 2
public statique final int ORIGINAL_NODE_NAMES_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
chaîne publique getOriginalFuncNames (index 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 (index 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;
chaîne publique getOriginalNodeNames (index 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 (index 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;
publique getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public statique NodeDef.ExperimentalDebugInfo.Builder newBuilder (prototype NodeDef.ExperimentalDebugInfo )
public statique NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrée InputStream)
Jetés
IOException |
---|
public statique NodeDef.ExperimentalDebugInfo parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique NodeDef.ExperimentalDebugInfo parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|