Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py2432 def fn(udf_mul_0, udf_add_1, x): argument
2482 udf_add_1 = lambda x, y: x + y function