מחלקה סופית ציבורית DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
מסוג Protobuf.DebuggedGraph כיתות מקוננות
מַחלָקָה | DebuggedGraph.Builder | A debugger-instrumented graph. |
קבועים
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 |
שיטות ציבוריות
בוליאני | שווה (Object obj) |
סטטי DebuggedGraph | |
DebuggedGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
חוּט | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
חוּט | 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. |
חוּט | 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). |
חוּט | 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 () |
בוליאנית סופית | |
סטטי DebuggedGraph.Builder | newBuilder () |
סטטי DebuggedGraph.Builder | newBuilder (אב-טיפוס DebuggedGraph ) |
DebuggedGraph.Builder | |
סטטי DebuggedGraph | parseDelimitedFrom (קלט InputStream) |
סטטי DebuggedGraph | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי DebuggedGraph | parseFrom (נתוני ByteBuffer) |
סטטי DebuggedGraph | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי DebuggedGraph | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי DebuggedGraph | parseFrom (קלט com.google.protobuf.CodedInputStream) |
סטטי DebuggedGraph | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי DebuggedGraph | parseFrom (נתוני com.google.protobuf.ByteString) |
סטטי DebuggedGraph | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי DebuggedGraph | parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטָטִי | מנתח () |
DebuggedGraph.Builder | toBuilder () |
בָּטֵל | writeTo (פלט com.google.protobuf.CodedOutputStream) |
שיטות בירושה
קבועים
אינט סופי סטטי ציבורי GRAPH_ID_FIELD_NUMBER
ערך קבוע: 1
גמר סטטי ציבורי GRAPH_NAME_FIELD_NUMBER
ערך קבוע: 2
אינט סופי סטטי ציבורי INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
ערך קבוע: 5
אינט סופי סטטי ציבורי INSTRUMENTED_OPS_FIELD_NUMBER
ערך קבוע: 3
אינט סופי סטטי ציבורי ORIGINAL_GRAPH_DEF_FIELD_NUMBER
ערך קבוע: 4
אינט סופית סטטית ציבורית OUTER_CONTEXT_ID_FIELD_NUMBER
ערך קבוע: 6
שיטות ציבוריות
שווה ערך בוליאני ציבורי (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
מחרוזת ציבורית 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;
מחרוזת ציבורית 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;
מחרוזת ציבורית 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;
מחרוזת ציבורית 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;
פּוּמְבֵּי getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
public static DebuggedGraph parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static DebuggedGraph parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static DebuggedGraph parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (נתוני com.google.protobuf.ByteString)
זורק
InvalidProtocolBufferException |
---|
public static DebuggedGraph parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static DebuggedGraph parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|