Home
last modified time | relevance | path

Searched refs:assert_compiler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_aotdispatch.py5937 def assert_compiler(gm: torch.fx.GraphModule, _): function
5950 mod, inputs, fw_compiler=assert_compiler, bw_compiler=assert_compiler
5976 def assert_compiler(gm: torch.fx.GraphModule, _): function
5990 fw_compiler=assert_compiler,
5991 bw_compiler=assert_compiler,