Searched defs:weights (Results 1 – 8 of 8) sorted by relevance
15 Client::Pattern<float16_t> weights; variable
15 Client::Pattern<float32_t> weights; variable
62 const q15_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q15() local
64 const q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local
136 const float32_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_f32() local
54 const float32_t *weights, in arm_barycenter_f32()199 ARM_DSP_ATTRIBUTE void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t … in arm_barycenter_f32()352 ARM_DSP_ATTRIBUTE void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t … in arm_barycenter_f32()
67 const float16_t *weights, in arm_barycenter_f16()209 ARM_DSP_ATTRIBUTE void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t … in arm_barycenter_f16()
98 weights = w.reshape(12) variable