public final class
DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Nested Classes
class | DebuggedGraph.Builder | A debugger-instrumented graph. |
Constants
int | GRAPH_ID_FIELD_NUMBER | |
int | GRAPH_NAME_FIELD_NUMBER | |
int | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
int | INSTRUMENTED_OPS_FIELD_NUMBER | |
int | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
int | OUTER_CONTEXT_ID_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static DebuggedGraph | |
DebuggedGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getGraphId()
An ID for the graph. |
com.google.protobuf.ByteString |
getGraphIdBytes()
An ID for the graph. |
String |
getGraphName()
Name of the graph (if available). |
com.google.protobuf.ByteString |
getGraphNameBytes()
Name of the graph (if available). |
com.google.protobuf.ByteString |
getInstrumentedGraphDef()
An encoded version of a GraphDef. |
String |
getInstrumentedOps(int index)
Names of the instrumented ops. |
com.google.protobuf.ByteString |
getInstrumentedOpsBytes(int index)
Names of the instrumented ops. |
int |
getInstrumentedOpsCount()
Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList |
getInstrumentedOpsList()
Names of the instrumented ops. |
com.google.protobuf.ByteString |
getOriginalGraphDef()
Original (uninstrumented) GraphDef (if available). |
String |
getOuterContextId()
IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString |
getOuterContextIdBytes()
IDs of the immediate enclosing context (graph), if any. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static DebuggedGraph.Builder | |
static DebuggedGraph.Builder |
newBuilder(DebuggedGraph prototype)
|
DebuggedGraph.Builder | |
static DebuggedGraph |
parseDelimitedFrom(InputStream input)
|
static DebuggedGraph |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedGraph |
parseFrom(ByteBuffer data)
|
static DebuggedGraph |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedGraph |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedGraph |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static DebuggedGraph |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedGraph |
parseFrom(com.google.protobuf.ByteString data)
|
static DebuggedGraph |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static DebuggedGraph |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
DebuggedGraph.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int GRAPH_ID_FIELD_NUMBER
Constant Value:
1
public static final int GRAPH_NAME_FIELD_NUMBER
Constant Value:
2
public static final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Constant Value:
5
public static final int INSTRUMENTED_OPS_FIELD_NUMBER
Constant Value:
3
public static final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER
Constant Value:
4
public static final int OUTER_CONTEXT_ID_FIELD_NUMBER
Constant Value:
6
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public com.google.protobuf.ByteString getGraphIdBytes ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public String getGraphName ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public String getInstrumentedOps (int index)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ByteString getInstrumentedOpsBytes (int index)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public int getInstrumentedOpsCount ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ProtocolStringList getInstrumentedOpsList ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public String getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static DebuggedGraph parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedGraph parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static DebuggedGraph parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static DebuggedGraph 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 |
---|