Home
last modified time | relevance | path

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

/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
Dqaihub_stable_diffusion_runner.cpp50 DEFINE_double(unet_output_scale, 0.0, "Unet output scale");
Dqaihub_stable_diffusion.py290 unet_output_scale = encoding["unet_output"]["scale"][0]
/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/
Drunner.h34 const float unet_output_scale,
Drunner.cpp45 const float unet_output_scale, in Runner() argument
61 unet_output_scale_(unet_output_scale), in Runner()