מחלקה סופית סטטית ציבורית DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
מסוג Protobuf.DebuggedGraph שיטות ציבוריות
DebuggedGraph.Builder | addAllInstrumentedOps (ערכי <String> שניתן לבצע) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOps (ערך מחרוזת) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOpsBytes (ערך com.google.protobuf.ByteString) Names of the instrumented ops. |
DebuggedGraph.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
DebuggedGraph | לבנות () |
DebuggedGraph | buildPartial () |
DebuggedGraph.Builder | ברור () |
DebuggedGraph.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedGraph.Builder | clearGraphId () An ID for the graph. |
DebuggedGraph.Builder | clearGraphName () Name of the graph (if available). |
DebuggedGraph.Builder | clearInstrumentedGraphDef () An encoded version of a GraphDef. |
DebuggedGraph.Builder | clearInstrumentedOps () Names of the instrumented ops. |
DebuggedGraph.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedGraph.Builder | clearOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | clearOuterContextId () IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | שיבוט () |
DebuggedGraph | |
final static com.google.protobuf.Descriptors.Descriptor | |
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. |
בוליאנית סופית | |
DebuggedGraph.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.Message אחר) |
final DebuggedGraph.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
DebuggedGraph.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
DebuggedGraph.Builder | setGraphId (ערך מחרוזת) An ID for the graph. |
DebuggedGraph.Builder | setGraphIdBytes (ערך com.google.protobuf.ByteString) An ID for the graph. |
DebuggedGraph.Builder | setGraphName (ערך מחרוזת) Name of the graph (if available). |
DebuggedGraph.Builder | setGraphNameBytes (ערך com.google.protobuf.ByteString) Name of the graph (if available). |
DebuggedGraph.Builder | setInstrumentedGraphDef (ערך com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DebuggedGraph.Builder | setInstrumentedOps (int index, ערך מחרוזת) Names of the instrumented ops. |
DebuggedGraph.Builder | setOriginalGraphDef (ערך com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | setOuterContextId (ערך מחרוזת) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setOuterContextIdBytes (ערך com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
final DebuggedGraph.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public DebuggedGraph.Builder addAllInstrumentedOps (ערכי איטרנס<String>)
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 DebuggedGraph.Builder addInstrumentedOps (ערך מחרוזת)
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 DebuggedGraph.Builder addInstrumentedOpsBytes (ערך com.google.protobuf.ByteString)
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 DebuggedGraph.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public DebuggedGraph.Builder clearGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder clearGraphName ()
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder clearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public DebuggedGraph.Builder clearInstrumentedOps ()
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 DebuggedGraph.Builder clearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public DebuggedGraph.Builder clearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית 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;
בוליאני הסופי הציבורי הוא אתחול ()
public DebuggedGraph.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebuggedGraph.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public DebuggedGraph.Builder setGraphId (ערך מחרוזת)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder setGraphIdBytes (ערך com.google.protobuf.ByteString)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder setGraphName (ערך מחרוזת)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setGraphNameBytes (ערך com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setInstrumentedGraphDef (ערך com.google.protobuf.ByteString)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public DebuggedGraph.Builder setInstrumentedOps (אינדקס int, ערך מחרוזת)
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 DebuggedGraph.Builder setOriginalGraphDef (ערך com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public DebuggedGraph.Builder setOuterContextId (ערך מחרוזת)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public DebuggedGraph.Builder setOuterContextIdBytes (ערך com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;