Home
last modified time | relevance | path

Searched defs:trunc_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dzmath.h195 inline TYPE trunc_impl (TYPE z) { in trunc_impl() function
200 inline c10::complex<float> trunc_impl (c10::complex<float> z) { in trunc_impl() function
205 inline c10::complex<double> trunc_impl (c10::complex<double> z) { in trunc_impl() function