NodeDef.ExperimentalDebugInfo

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

En t ORIGINAL_FUNC_NAMES_FIELD_NUMBER
En t ORIGINAL_NODE_NAMES_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
static NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
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.
En t
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.
Cuerda
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.
En t
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.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static NodeDef.ExperimentalDebugInfo.Builder
static NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
static NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (entrada InputStream)
static NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (datos ByteBuffer)
static NodeDef.ExperimentalDebugInfo
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (entrada com.google.protobuf.CodedInputStream)
static NodeDef.ExperimentalDebugInfo
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (datos com.google.protobuf.ByteString)
static NodeDef.ExperimentalDebugInfo
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NodeDef.ExperimentalDebugInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

public boolean es igual a (Object obj)

public static NodeDef.ExperimentalDebugInfo getDefaultInstance ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String 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;

public 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;

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 (í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 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;

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 ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static NodeDef.ExperimentalDebugInfo.Builder newBuilder ()

public NodeDef.ExperimentalDebugInfo.Builder newBuilderForType ()

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream input)

Lanza
IOException

public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream input)

Lanza
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

public static NodeDef.ExperimentalDebugInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException