Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp326 inline bool sequence_has_torch_function(PyObject* args) { in sequence_has_torch_function() function
355 result = sequence_has_torch_function(arg); in THPModule_has_torch_function()
362 result = sequence_has_torch_function(args.ptr()); in THPModule_has_torch_function()