Searched defs:gemv_fast_path (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BlasKernel.cpp | 154 void gemv_fast_path(C10_UNUSED const char *trans, C10_UNUSED const int *m, C10_UNUSED const int *n, in gemv_fast_path() function 202 void gemv_fast_path<double>(const char *trans, const int *m, const int *n, const double *alpha, con… in gemv_fast_path() function 207 void gemv_fast_path<float>(const char *trans, const int *m, const int *n, const float *alpha, const… in gemv_fast_path() function 650 void gemv_fast_path<at::Half>( in gemv_fast_path() function 691 void gemv_fast_path<at::BFloat16>( in gemv_fast_path() function
|