Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py2178 par_mod = functools.partial(udf_module, mod=SmallNN())
2183 par_mod = functools.partial(udf_module, mod=SmallNN().forward)
3347 def udf_module(mod, x, y): function