Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_higher_order_ops.py2513 def fn_with_hints(x, y): function
2535 eager_res = fn_with_hints(x, y)
2536 compiled_res = torch.compile(fn_with_hints, backend=cnt)(x, y)
2581 def fn_with_hints(x, y): function
2597 compiled_res = torch.compile(fn_with_hints, backend=cnt)(x, y)
2600 def fn_with_hints(x, y): function
2616 compiled_res = torch.compile(fn_with_hints, backend=cnt)(x, y)
2619 def fn_with_hints(x, y): function
2637 fn_with_hints(x, y)