Searched refs:compare_with_numpy_bin_op (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_binary_ufuncs.py | 3105 def compare_with_numpy_bin_op(torch_fn, np_fn, x, y, out=None): function 3150 compare_with_numpy_bin_op(torch_op, numpy_op, a, b) 3159 compare_with_numpy_bin_op(torch_op, numpy_op, a, b, out=out)
|