Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DUnaryOpsKernel.cpp74 void VmlLog(int64_t N, const T* X, T* Y) { in VmlLog() function
87 void VmlLog<float>(int64_t N, const float* X, float* Y) { in VmlLog() function
92 void VmlLog<double>(int64_t N, const double* X, double* Y) { in VmlLog() function