Home
last modified time | relevance | path

Searched defs:bw_compiler (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/examples/compilation/
H A Dfuse_module.py13 bw_compiler = tvm_compile(target="llvm", tuning_logfile="bw_keops") variable
15 bw_compiler = nop variable
H A Deager_fusion.py17 bw_compiler = tvm_compile(target="llvm", tuning_logfile="bw_keops") variable
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_dtensor_compile.py72 bw_compiler = functools.partial(extract_graph, graph_cell=bw_graph_cell) variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py1452 def bw_compiler(model: torch.fx.GraphModule, example_inputs: List[torch.Tensor]): function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_activation_checkpointing.py560 def _test(context_fn, bw_compiler): argument
H A Dtest_repros.py180 def bw_compiler(gm, _): function