Home
last modified time | relevance | path

Searched defs:fw_compiler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/examples/compilation/
H A Dfuse_module.py12 fw_compiler = tvm_compile(target="llvm", tuning_logfile="fw_keops") variable
14 fw_compiler = nop variable
H A Deager_fusion.py16 fw_compiler = tvm_compile(target="llvm", tuning_logfile="fw_keops") variable
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_dtensor_compile.py71 fw_compiler = functools.partial(extract_graph, graph_cell=fw_graph_cell) variable
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py176 def fw_compiler(gm, _): function