DebuggedGraph.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
A debugger-instrumented graph.
tensorflow.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 | สร้างบางส่วน () |
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 | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
สตริง | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | รับ GraphIdBytes () An ID for the graph. |
สตริง | getGraphName () Name of the graph (if available). |
com.google.protobuf.ByteString | รับGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
สตริง | getInstrumentedOps (ดัชนี int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (ดัชนี int) Names of the instrumented ops. |
ภายใน | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | รับ OriginalGraphDef () 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.ข้อความ อื่น ๆ ) |
DebuggedGraph.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
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.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
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;
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;
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 สาธารณะ 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 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 สาธารณะ 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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ DebuggedGraph.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สุดท้ายสาธารณะ DebuggedGraph.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ DebuggedGraph.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
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;
สาธารณะ 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;
DebuggedGraph.Builder สาธารณะ setGraphName (ค่าสตริง)
Name of the graph (if available).
string graph_name = 2;
สาธารณะ DebuggedGraph.Builder setGraphNameBytes (ค่า com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
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;
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 สาธารณะ setOriginalGraphDef (ค่า 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;