Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_view_ops.py448 def compare_with_numpy(contiguous_input=True): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py3751 def compare_with_numpy(self, torch_fn, np_fn, tensor_like, member in TestCase