Home
last modified time | relevance | path

Searched defs:functional_op (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dfunctional.py93 def construct_functionalization_kernel(mutable_op, functional_op): argument
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dinference_mode.cpp9 torch::Tensor functional_op(torch::Tensor& x) { in functional_op() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py12375 def functional_op(x): function
12420 def functional_op(x): function
12542 def functional_op(x): function
H A Dtest_python_dispatch.py595 def _check_is_functional_variant(self, mutable_op, functional_op, args): argument