GraphExecutionTrace คลาสสุดท้ายสาธารณะ
Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). The values of the intermediate tensors computed in the graph are recorded in this proto. A graph execution may correspond to one or more pieces of `GraphExecutionTrace`, depending on whether the instrumented tensor values are summarized in an aggregated or separate fashion.
tensorflow.GraphExecutionTrace
คลาสที่ซ้อนกัน
ระดับ | GraphExecutionTrace.Builder | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). |
ค่าคงที่
ภายใน | DEVICE_NAME_FIELD_NUMBER | |
ภายใน | OP_NAME_FIELD_NUMBER | |
ภายใน | OUTPUT_SLOT_FIELD_NUMBER | |
ภายใน | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
ภายใน | TENSOR_PROTO_FIELD_NUMBER | |
ภายใน | TFDBG_CONTEXT_ID_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
GraphExecutionTrace แบบคงที่ | |
GraphExecutionTrace | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สตริง | รับชื่ออุปกรณ์ () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | รับDeviceNameBytes () Name of the device that the op belongs to. |
สตริง | getOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
ภายใน | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
ภายใน | |
โหมดเทนเซอร์ดีบัก | รับ TensorDebugMode () Type of the tensor value encapsulated in this proto. |
ภายใน | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
เทนเซอร์โปรโต | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
TensorProtoOrBuilder | getTensorProtoOrBuilder () Tensor value in the type described by `tensor_value_type`. |
สตริง | getTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
com.google.protobuf.ByteString | getTfdbgContextIdBytes () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | มีเทนเซอร์โปรโต () Tensor value in the type described by `tensor_value_type`. |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
GraphExecutionTrace.Builder แบบคงที่ | newBuilder (ต้นแบบ GraphExecutionTrace ) |
GraphExecutionTrace.Builder แบบคงที่ | ตัวสร้างใหม่ () |
GraphExecutionTrace.Builder | |
GraphExecutionTrace แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
GraphExecutionTrace แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
GraphExecutionTrace แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
GraphExecutionTrace แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
GraphExecutionTrace แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
GraphExecutionTrace.Builder | toBuilder () |
เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
ปลายทางคงที่สาธารณะ DEVICE_NAME_FIELD_NUMBER
ค่าคงที่: 6
รอบชิงชนะเลิศแบบคงที่สาธารณะ OP_NAME_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงที่สุดท้าย int OUTPUT_SLOT_FIELD_NUMBER
ค่าคงที่: 3
สาธารณะคงสุดท้าย int TENSOR_DEBUG_MODE_FIELD_NUMBER
ค่าคงที่: 4
สาธารณะคงสุดท้าย int TENSOR_PROTO_FIELD_NUMBER
ค่าคงที่: 5
สาธารณะคงที่สุดท้าย int TFDBG_CONTEXT_ID_FIELD_NUMBER
ค่าคงที่: 1
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สตริงสาธารณะ getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
สาธารณะ com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
สตริงสาธารณะ getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
สาธารณะ com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
สาธารณะ int getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
TensorDebugMode สาธารณะ getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
int สาธารณะ getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
สาธารณะ TensorProto getTensorProto ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
สาธารณะ TensorProtoOrBuilder getTensorProtoOrBuilder ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
สตริงสาธารณะ getTfdbgContextId ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;
สาธารณะ com.google.protobuf.ByteString getTfdbgContextIdBytes ()
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
บูลีนสาธารณะ hasTensorProto ()
Tensor value in the type described by `tensor_value_type`. This tensor may summarize the value of a single intermediate op of the graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
GraphExecutionTrace แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
GraphExecutionTrace แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|