Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBlasKernel.cpp140 bool gemv_use_fast_path(C10_UNUSED char trans, C10_UNUSED int64_t m, in gemv_use_fast_path() function
190 bool gemv_use_fast_path<float>(C10_UNUSED char trans, int64_t m, int64_t n, C10_UNUSED float alpha,… in gemv_use_fast_path() function
197 bool gemv_use_fast_path<double>(C10_UNUSED char trans, int64_t m, int64_t n, C10_UNUSED double alph… in gemv_use_fast_path() function
227 bool gemv_use_fast_path<at::Half>( in gemv_use_fast_path() function
241 bool gemv_use_fast_path<at::BFloat16>( in gemv_use_fast_path() function