Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py6402 def func_float_int(a, b): function
6418 divmod_test_iterator(func_float_int, num_float, den_int)
6430 cu = torch.jit.CompilationUnit(dedent(inspect.getsource(func_float_int)))
6431 cu.func_float_int(5.3, 0)