Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dwrapper.py85 from .cpp import CONTAINER_PYTHON_TO_CPP, PYTHON_TO_CPP
97 if python_type in PYTHON_TO_CPP:
98 cpp_type = PYTHON_TO_CPP[python_type]
107 contained_type in PYTHON_TO_CPP
109 cpp_contained_type = PYTHON_TO_CPP[contained_type]
H A Dcpp.py114 PYTHON_TO_CPP = { variable