Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp338 inline bool array_has_torch_function(PyObject* const* args, Py_ssize_t nargs) { in array_has_torch_function() function
383 if (array_has_torch_function(args, nargs)) { in THPModule_has_torch_function_variadic()