Home
last modified time | relevance | path

Searched defs:num_time_steps (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
H A Dstable_diffusion_lib.py18 def __call__(self, prompt, height, width, num_time_steps): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/
H A Dctc_loss_calculator.h122 auto num_time_steps = inputs.size(); in CalculateLoss() local
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/
H A Drunner.cpp37 const int num_time_steps, in Runner()