Home
last modified time | relevance | path

Searched defs:ref_fn (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_jiterator.py21 def ref_fn(x, y, alpha=1, beta=1): function
87 def ref_fn(x, mask, is_train): function
104 def ref_fn(x, mask, y): function
126 def ref_fn(*inputs): function
147 def ref_fn(input): function
H A Dtest_datapipe.py1483 def _helper(ref_fn, fn, input_col=None, output_col=None, error=None): argument
1627 def _helper(ref_fn, fn, input_col=None, output_col=None, error=None): argument
H A Dtest_nestedtensor.py6153 def check_results(ref_fn, res_fn, args): argument
/aosp_15_r20/external/libvpx/test/
H A Dvp9_intrapred_test.cc41 IntraPredFunc ref_fn; member
513 HighbdIntraPred ref_fn; member
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp78 RefFn ref_fn = &test_apply_fn; in test_all() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp79 RefFn ref_fn = &test_apply_fn; in test_all() local
/aosp_15_r20/external/libaom/test/
H A Dintrapred_test.cc57 FuncType ref_fn; member
H A Ddr_prediction_test.cc146 FuncType ref_fn; member
/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): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_higher_order_ops.py2507 def ref_fn(x, y): function