NPU_DUMP_GRAPH
Description
Enables or disables graph dump of the TF Adapter in the TensorFlow 2.6.5 training and online inference scenario.
- 1 or true: enabled.
- 0 or false: disabled.
Example
export NPU_DUMP_GRAPH=1
Restrictions
- This environment variable should be set before the import npu_device operation.
- This environment variable applies only to the scenario where the TensorFlow 2.6.5 network training or online inference is performed on the Ascend platform.
Applicability
Parent topic: TF Adapter