|
template<typename dataType > |
void | matTrans_init_64bit (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut) |
|
template<typename dataType > |
void | matTrans_init_32bit (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut) |
|
template<typename dataType > |
void | matTrans_init_16bit (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut) |
|
template<typename dataType > |
void | matTrans_init_8bit (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< float > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< double > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< int8_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< uint8_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< int16_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< uint16_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< int32_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< uint32_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< int64_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_init_ci< uint64_t > (DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsIn, const DSPLIB_bufParams2D_t *bufParamsOut, const DSPLIB_matTransInitArgs *pKerInitArgs) |
|
template<typename dataType > |
void | matTrans_compute_64_32bit (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<typename dataType > |
void | matTrans_compute_16bit (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<typename dataType > |
void | matTrans_compute_8bit (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< float > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< double > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< int8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< uint8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< int16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< uint16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< int32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< uint32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< int64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|
template<> |
DSPLIB_STATUS | DSPLIB_matTrans_exec_ci< uint64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
|