Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp516 _torch_function = torch::torch_function_enabled(); in init()
530 _torch_function == torch::torch_function_enabled() && in check()
548 if (_torch_function != torch::torch_function_enabled()) in reason()
569 bool _torch_function; member