Home
last modified time | relevance | path

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

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