public static final class
NodeDef.ExperimentalDebugInfo
Protobuf type tensorflow.NodeDef.ExperimentalDebugInfo
Nested Classes
class | NodeDef.ExperimentalDebugInfo.Builder | Protobuf type tensorflow.NodeDef.ExperimentalDebugInfo
|
Constants
int | ORIGINAL_FUNC_NAMES_FIELD_NUMBER | |
int | ORIGINAL_NODE_NAMES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static NodeDef.ExperimentalDebugInfo | |
NodeDef.ExperimentalDebugInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getOriginalFuncNames(int index)
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. |
String |
getOriginalNodeNames(int index)
Opaque string inserted into error messages created by the runtime. |
com.google.protobuf.ByteString |
getOriginalNodeNamesBytes(int index)
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 |
hashCode()
|
final boolean | |
static NodeDef.ExperimentalDebugInfo.Builder |
newBuilder(NodeDef.ExperimentalDebugInfo prototype)
|
static NodeDef.ExperimentalDebugInfo.Builder | |
NodeDef.ExperimentalDebugInfo.Builder | |
static NodeDef.ExperimentalDebugInfo |
parseDelimitedFrom(InputStream input)
|
static NodeDef.ExperimentalDebugInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NodeDef.ExperimentalDebugInfo |
parseFrom(ByteBuffer data)
|
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)
|
static
|
parser()
|
NodeDef.ExperimentalDebugInfo.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ORIGINAL_FUNC_NAMES_FIELD_NUMBER
Constant Value:
2
public static final int ORIGINAL_NODE_NAMES_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getOriginalFuncNames (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 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 (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 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;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static NodeDef.ExperimentalDebugInfo.Builder newBuilder (NodeDef.ExperimentalDebugInfo prototype)
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream input)
Throws
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NodeDef.ExperimentalDebugInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|