Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcommon.py904 cppvec: Optional[Callable[..., str]] = None variable in OverridesData
945 cppvec=lambda x: f"{x}.digamma()",
959 cppvec=lambda x, y, z: f"fmadd({x}, {y}, {z})",
988 cppvec=lambda x: f"{x}.i0()",
994 cppvec=lambda x: f"{x}.i0e()",