NodeDef.ExperimentalDebugInfo

classe final pública estática NodeDef.ExperimentalDebugInfo

tensorflow.NodeDef.ExperimentalDebugInfo type tensorflow.NodeDef.ExperimentalDebugInfo

Classes aninhadas

aula NodeDef.ExperimentalDebugInfo.Builder tensorflow.NodeDef.ExperimentalDebugInfo type tensorflow.NodeDef.ExperimentalDebugInfo

Constantes

int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
int ORIGINAL_NODE_NAMES_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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 (int index)
 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.
Fragmento
getOriginalNodeNames (índice interno )
 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.
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
final booleano
static NodeDef.ExperimentalDebugInfo.Builder
static NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
static NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (input InputStream)
static NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (dados ByteBuffer)
static NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.CodedInputStream input)
static NodeDef.ExperimentalDebugInfo
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.ByteString data)
static NodeDef.ExperimentalDebugInfo
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeDef.ExperimentalDebugInfo
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NodeDef.ExperimentalDebugInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ORIGINAL_FUNC_NAMES_FIELD_NUMBER

Valor constante: 2

public static final int ORIGINAL_NODE_NAMES_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static NodeDef.ExperimentalDebugInfo getDefaultInstance ()

public NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getOriginalFuncNames (índice interno )

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

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

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

 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)

Lança
IOException

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

Lança
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data, 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