Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py7365 def get_taylor_approximation(a, deg): function
7379 return get_taylor_approximation(a, 12)
7383 b = get_taylor_approximation(b, 18)