کلاس نهایی استاتیک عمومی 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 فیلد، مقدار Object) |
| GraphExecutionTrace | ساختن () |
| GraphExecutionTrace | ساخت جزئی () |
| GraphExecutionTrace.Builder | روشن () |
| GraphExecutionTrace.Builder | clearDeviceName () 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 | clearOpName () 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 | clearTensorProto () 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 | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| رشته | getDeviceName () 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 | 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 | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| بین المللی | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
| TensorProto.Builder | getTensorProtoBuilder () 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). |
| بولی | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
| بولی نهایی | |
| GraphExecutionTrace.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphExecutionTrace.Builder | mergeFrom (com.google.protobuf.Message other) |
| GraphExecutionTrace.Builder | |
| GraphExecutionTrace.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| 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 فیلد، مقدار Object) |
| 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، مقدار Object) |
| 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.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی GraphExecutionTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی 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; public static final 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 getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3; عمومی 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; عمومی 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; بولین نهایی عمومی isInitialized ()
عمومی GraphExecutionTrace.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی 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.UnknownFieldSetknownFields)
عمومی 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، مقدار Object)
عمومی GraphExecutionTrace.Builder setOpName (مقدار رشته)
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2; عمومی GraphExecutionTrace.Builder setOpNameBytes (مقدار 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، مقدار Object)
عمومی 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 setTfdbgContextIdBytes (مقدار 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;