Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBlasKernel.cpp135 bool scal_use_fast_path(C10_UNUSED int64_t n, C10_UNUSED int64_t incx) { in scal_use_fast_path() function
169 bool scal_use_fast_path<double>(int64_t n, int64_t incx) { in scal_use_fast_path() function
175 bool scal_use_fast_path<float>(int64_t n, int64_t incx) { in scal_use_fast_path() function
222 bool scal_use_fast_path<at::Half>(C10_UNUSED int64_t n, C10_UNUSED int64_t incx) { in scal_use_fast_path() function