Searched defs:weights_h (Results 1 – 3 of 3) sorted by relevance
44 const float32x4_t weights_h = vld1q_f32(&weights[in + 4]); in nn_propagate_8to1() local75 const float32x4_t weights_h = vld1q_f32(&weights[in + 4]); in nn_propagate_xto1() local
28 const __m128 weights_h = _mm_loadu_ps(&weights[4]); in nn_propagate_8to1() local
74 #define sm_weights_sanity_checks(weights_w, weights_h, weights_scale, \ argument