الفئة النهائية العامة الثابتة DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
الأساليب العامة
DebuggedGraph.Builder | addAllInstrumentedOps (قيم Iterable<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.Builder | واضح () |
DebuggedGraph.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedGraph.Builder | معرف كليرغراف () An ID for the graph. |
DebuggedGraph.Builder | اسم الرسم البياني الواضح () Name of the graph (if available). |
DebuggedGraph.Builder | ClearInstrumentedGraphDef () An encoded version of a GraphDef. |
DebuggedGraph.Builder | كلير إنسترومينتيد أوبس () 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 | استنساخ () |
رسم مصحح | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
خيط | معرف الرسم البياني () An ID for the graph. |
com.google.protobuf.ByteString | الحصول على GraphIdBytes () An ID for the graph. |
خيط | الحصول على GraphName () Name of the graph (if available). |
com.google.protobuf.ByteString | الحصول على GraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | الحصول علىInstrumentedGraphDef () An encoded version of a GraphDef. |
خيط | getInstrumentedOps (فهرس كثافة العمليات) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (فهرس كثافة العمليات) Names of the instrumented ops. |
كثافة العمليات | الحصول علىInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | الحصول علىInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | الحصول على الأصلGraphDef () 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 | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
DebuggedGraph.Builder | دمج من (com.google.protobuf.Message أخرى) |
DebuggedGraph.Builder النهائي | دمجUnknownFields (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، قيمة السلسلة) 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، فهرس int، قيمة الكائن) |
DebuggedGraph.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
DebuggedGraph.Builder العامة addAllInstrumentedOps (قيم Iterable<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;
DebuggedGraph.Builder public addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
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;
DebuggedGraph.Builder العام ClearGraphName ()
Name of the graph (if available).
string graph_name = 2;
DebuggedGraph.Builder العام ClearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
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;
DebuggedGraph.Builder العام ClearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
DebuggedGraph.Builder العام ClearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
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;
com.google.protobuf.ByteString العامة getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
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)
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;
com.google.protobuf.ByteString public getInstrumentedOpsBytes (مؤشر 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;
int public 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;
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;
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;
com.google.protobuf.ByteString العامة getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
تمت تهيئة القيمة المنطقية النهائية العامة ()
DebuggedGraph.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
DebuggedGraph.Builder النهائي العام mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)
DebuggedGraph.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
DebuggedGraph.Builder public setGraphId (قيمة السلسلة)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
مجموعة DebuggedGraph.Builder العامة GraphIdBytes (قيمة 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;
DebuggedGraph.Builder العام setGraphName (قيمة السلسلة)
Name of the graph (if available).
string graph_name = 2;
مجموعة DebuggedGraph.Builder العامة GraphNameBytes (قيمة com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
مجموعة DebuggedGraph.Builder العامة InstrumentedGraphDef (قيمة com.google.protobuf.ByteString)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
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;
مجموعة DebuggedGraph.Builder العامة OriginalGraphDef (قيمة com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
DebuggedGraph.Builder العام setOuterContextId (قيمة السلسلة)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
DebuggedGraph.Builder العام setOuterContextIdBytes (قيمة com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;