الفئة النهائية العامة الثابتة GraphExecutionTrace.Builder
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 | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
| GraphExecutionTrace | يبني () |
| GraphExecutionTrace | بناء جزئي () |
| GraphExecutionTrace.Builder | واضح () |
| GraphExecutionTrace.Builder | اسم الجهاز الواضح () Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
| GraphExecutionTrace.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| GraphExecutionTrace.Builder | اسم واضح () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | ClearOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | ClearTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| GraphExecutionTrace.Builder | كليرتينسور بروتو () Tensor value in the type described by `tensor_value_type`. |
| GraphExecutionTrace.Builder | ClearTfdbgContextId () Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder | استنساخ () |
| GraphExecutionTrace | |
| النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
| 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`. |
| TensorProto.Builder | الحصول على TensorProtoBuilder () 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). |
| منطقية | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
| منطقية نهائية | تمت التهيئة () |
| GraphExecutionTrace.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| GraphExecutionTrace.Builder | دمج من (com.google.protobuf.Message أخرى) |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| GraphExecutionTrace.Builder | setDeviceName (قيمة السلسلة) Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | setDeviceNameBytes (قيمة com.google.protobuf.ByteString) Name of the device that the op belongs to. |
| GraphExecutionTrace.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
| GraphExecutionTrace.Builder | setOpName (قيمة السلسلة) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setOpNameBytes (قيمة com.google.protobuf.ByteString) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setOutputSlot (قيمة int) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| GraphExecutionTrace.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder | setTensorDebugModeValue (قيمة int) Type of the tensor value encapsulated in this proto. |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder | setTensorProto ( TensorProto.Builder builderForValue) Tensor value in the type described by `tensor_value_type`. |
| GraphExecutionTrace.Builder | setTfdbgContextId (قيمة السلسلة) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder | setTfdbgContextIdBytes (قيمة com.google.protobuf.ByteString) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). |
| GraphExecutionTrace.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
GraphExecutionTrace.Builder العام addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
GraphExecutionTrace.Builder العام ClearDeviceName ()
Name of the device that the op belongs to.
string device_name = 6; GraphExecutionTrace.Builder العام ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphExecutionTrace.Builder العام ClearOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; GraphExecutionTrace.Builder العامة ClearOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; GraphExecutionTrace.Builder العام ClearTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; GraphExecutionTrace.Builder العام ClearTensorProto ()
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.Builder العام ClearTfdbgContextId ()
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.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
سلسلة 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; 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; TensorProto.Builder العام getTensorProtoBuilder ()
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; المنطق المنطقي العام 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.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
GraphExecutionTrace.Builder العام mergeTensorProto (قيمة TensorProto )
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.Builder النهائي العام mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)
GraphExecutionTrace.Builder العام setDeviceName (قيمة السلسلة)
Name of the device that the op belongs to.
string device_name = 6; GraphExecutionTrace.Builder العام setDeviceNameBytes (قيمة com.google.protobuf.ByteString)
Name of the device that the op belongs to.
string device_name = 6; GraphExecutionTrace.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
GraphExecutionTrace.Builder العام setOpName (قيمة السلسلة)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; مجموعة GraphExecutionTrace.Builder العامة OpNameBytes (قيمة com.google.protobuf.ByteString)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; GraphExecutionTrace.Builder العامة setOutputSlot (قيمة int)
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; GraphExecutionTrace.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)
GraphExecutionTrace.Builder العامة setTensorDebugMode (قيمة TensorDebugMode )
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; GraphExecutionTrace.Builder العامة setTensorDebugModeValue (قيمة int)
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4; GraphExecutionTrace.Builder العامة setTensorProto (قيمة TensorProto )
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.Builder العامة setTensorProto ( TensorProto.Builder builderForValue)
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.Builder العام setTfdbgContextId (قيمة السلسلة)
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1; مجموعة GraphExecutionTrace.Builder العامة TfdbgContextIdBytes (قيمة com.google.protobuf.ByteString)
Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).
string tfdbg_context_id = 1;