Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBlasKernel.cpp149 void scal_fast_path(C10_UNUSED int *n, C10_UNUSED scalar_t *a, C10_UNUSED scalar_t *x, C10_UNUSED i… in scal_fast_path() function
180 void scal_fast_path<double>(int *n, double *a, double *x, int *incx) { in scal_fast_path() function
185 void scal_fast_path<float>(int *n, float *a, float *x, int *incx) { in scal_fast_path() function