الفئة النهائية العامة 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 |
الأساليب العامة
| منطقية | يساوي (كائن كائن) |
| ثابت GraphExecutionTrace | |
| GraphExecutionTrace | |
| النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
| خيط | الحصول على اسم الجهاز () Name of the device that the op belongs to. |
| com.google.protobuf.ByteString | getDeviceNameBytes () 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 | الحصول علىOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| كثافة العمليات | فتحة إخراج الإخراج () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| كثافة العمليات | |
| TensorDebugMode | الحصول على TensorDebugMode () Type of the tensor value encapsulated in this proto. |
| كثافة العمليات | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto | الحصول على TensorProto () Tensor value in the type described by `tensor_value_type`. |
| TensorProtoOrBuilder | الحصول على TensorProtoOrBuilder () 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 | |
| منطقية | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
| كثافة العمليات | رمز التجزئة () |
| منطقية نهائية | تمت التهيئة () |
| ثابت GraphExecutionTrace.Builder | newBuilder (النموذج الأولي لـ GraphExecutionTrace ) |
| ثابت GraphExecutionTrace.Builder | منشئ جديد () |
| GraphExecutionTrace.Builder | |
| ثابت GraphExecutionTrace | parseDelimitedFrom (إدخال InputStream) |
| ثابت GraphExecutionTrace | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت GraphExecutionTrace | parseFrom (بيانات ByteBuffer) |
| ثابت GraphExecutionTrace | parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت | محلل () |
| GraphExecutionTrace.Builder | إلى البناء () |
| فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DEVICE_NAME_FIELD_NUMBER
القيمة الثابتة: 6
العدد النهائي الثابت العام OP_NAME_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام OUTPUT_SLOT_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام TENSOR_DEBUG_MODE_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام TENSOR_PROTO_FIELD_NUMBER
القيمة الثابتة: 5
العدد النهائي الثابت العام 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 public getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; عام الحصول على بارسيرفورتيب ()
int public getSerializedSize ()
GetTensorDebugMode العام getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; كثافة العمليات العامة 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; كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
GraphExecutionTrace الثابت العام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
GraphExecutionTrace الثابت العام parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
GraphExecutionTrace الثابت العام parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
تحليل GraphExecutionTrace الثابت العام (com.google.protobuf.CodedInputStream input)
رميات
| IOEException |
|---|
GraphExecutionTrace الثابت العام parseFrom (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
GraphExecutionTrace الثابت العام parseFrom (بيانات com.google.protobuf.ByteString)
رميات
| InvalidProtocolBufferException |
|---|
GraphExecutionTrace الثابت العام parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
GraphExecutionTrace الثابت العام parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
| IOEException |
|---|