Home
last modified time | relevance | path

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

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