DebuggedGraph คลาสสุดท้ายสาธารณะ
A debugger-instrumented graph.
tensorflow.DebuggedGraph
คลาสที่ซ้อนกัน
ระดับ | DebuggedGraph.Builder | A debugger-instrumented graph. |
ค่าคงที่
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
DebuggedGraph แบบคงที่ | |
DebuggedGraph | |
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. |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
DebuggedGraph.Builder แบบคงที่ | ตัวสร้างใหม่ () |
DebuggedGraph.Builder แบบคงที่ | newBuilder (ต้นแบบ DebuggedGraph ) |
DebuggedGraph.Builder | |
DebuggedGraph แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
DebuggedGraph แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม 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 (ข้อมูลไบต์ [], 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 เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงสุดท้าย int GRAPH_ID_FIELD_NUMBER
ค่าคงที่: 1
รอบชิงชนะเลิศแบบคงที่สาธารณะ GRAPH_NAME_FIELD_NUMBER
ค่าคงที่: 2
int สุดท้ายแบบคงที่สาธารณะ INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
ค่าคงที่: 5
int สุดท้ายแบบคงที่สาธารณะ INSTRUMENTED_OPS_FIELD_NUMBER
ค่าคงที่: 3
สาธารณะคงที่ขั้นสุดท้าย int ORIGINAL_GRAPH_DEF_FIELD_NUMBER
ค่าคงที่: 4
รอบชิงชนะเลิศคงที่สาธารณะ int OUTER_CONTEXT_ID_FIELD_NUMBER
ค่าคงที่: 6
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย 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;
สาธารณะ 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;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ DebuggedGraph แบบคง ที่ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ DebuggedGraph parseFrom แบบ คง ที่สาธารณะ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ DebuggedGraph parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ DebuggedGraph parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
DebuggedGraph parseFrom แบบ คงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)
ขว้าง
IOข้อยกเว้น |
---|
DebuggedGraph parseFrom แบบ คงที่สาธารณะ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ DebuggedGraph parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ DebuggedGraph parseFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ DebuggedGraph parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|