Home
last modified time | relevance | path

Searched refs:plot_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/docs/source/scripts/
H A Dbuild_activation_images.py64 plot_path = ACTIVATION_IMAGE_PATH / f"{function_name}.png" variable
65 if not plot_path.exists():
80 plt.savefig(plot_path)