Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_export.py2121 def fn_with_kwargs(pos0, tuple0, *myargs, mykw0=None, **mykwargs): function
2157 def fn_with_kwargs(mykw0=None, **mykwargs): function
2171 def fn_with_kwargs(pos0, tuple0, *myargs): function