Home
last modified time | relevance | path

Searched defs:python_op (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/
H A D_test_ops_common.py124 def gen_binary_op_func(python_op, inplace=False): argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_exception.py153 def python_op(x): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_binary_ufuncs.py1857 def _scalar_helper(python_op, torch_op): argument