Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Dcudagraphs.py80 aot_model: torch.fx.GraphModule, num_fixed argument
90 def check_for_skip(aot_model: torch.fx.GraphModule, num_fixed) -> Optional[str]: argument
/aosp_15_r20/frameworks/base/ravenwood/scripts/
H A Dfix_test_runner.py52 num_fixed = 0 variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py125 def get_static_input_idxs(num_fixed): argument