Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py2963 def numpy_sin(x: Tensor) -> Tensor: function
2982 numpy_sin, backward, setup_context=setup_context
2990 torch.ops.mylib.numpy_sin.default,
2996 y = numpy_sin(x)
3007 def numpy_sin(x: Tensor) -> Tensor: function
3024 lib.impl("sin5", numpy_sin, "CPU")