Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_prims/
H A Dcontext.py14 from torch._prims_common import torch_function_passthrough
116 if orig_func in torch_function_passthrough or orig_func in all_prims():
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py61 torch_function_passthrough = { variable