Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_ops.py275 self.compare_with_reference(
H A Dtest_mps.py12321 self.compare_with_reference(op, op.ref, sample_input)
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py3736 def compare_with_reference(self, torch_fn, ref_fn, sample_input, **kwargs): member in TestCase