#include "stdlib.h"
#include "stdint.h"
#include "tinymaix.h"
Go to the source code of this file.
|
| TM_INLINE void | tm_dot_prod (mtype_t *sptr, mtype_t *kptr, uint32_t size, sumtype_t *result) |
| |
| TM_INLINE void | tm_dot_prod_pack2 (mtype_t *sptr, mtype_t *kptr, uint32_t size, sumtype_t *result) |
| |
| TM_INLINE void | tm_dot_prod_gap_3x3x1 (mtype_t *sptr, mtype_t *kptr, uint32_t *k_oft, sumtype_t *result) |
| |
| TM_INLINE void | tm_dot_prod_3x3x1 (mtype_t *sptr, mtype_t *kptr, sumtype_t *result) |
| |
| TM_INLINE void | tm_postprocess_sum (int n, sumtype_t *sums, btype_t *bs, int act, mtype_t *outp, sctype_t *scales, sctype_t out_s_inv, zptype_t out_zp) |
| |
◆ tm_dot_prod()
◆ tm_dot_prod_3x3x1()
◆ tm_dot_prod_gap_3x3x1()
◆ tm_dot_prod_pack2()
◆ tm_postprocess_sum()