Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_overrides.py75 def implements_diagonal(torch_function): argument
186 def implements_sub(torch_function): argument
251 def implements_sub_diagonal(torch_function): argument
315 def implements_tensor_like(torch_function): argument
/aosp_15_r20/external/pytorch/torch/nn/utils/_expanded_weights/
H A Dexpanded_weights_impl.py81 def implements_per_sample_grads(torch_function): argument
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp291 py::object torch_function = in dispatch_on_subclass() local
384 py::object torch_function = in dispatch_on_mode() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py1144 def temporary_tensor_subclass(torch_function=None): argument