HomeSort by relevance Sort by last modified time
    Searched defs:acc_0 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
depthwiseconv_float.h 201 float32x4_t acc_0 = vld1q_f32(acc_buffer_ptr + 4 * 0); local
206 acc_0 = vmlaq_f32(acc_0, input_0, filter_0);
211 vst1q_f32(acc_buffer_ptr + 4 * 0, acc_0);
545 float32x4_t acc_0 = vld1q_f32(acc_buffer_ptr + 4 * 0); local
554 acc_0 = vmlaq_n_f32(acc_0, filter_0, input_val);
563 vst1q_f32(acc_buffer_ptr + 4 * 0, acc_0);
594 float32x4_t acc_0 = vld1q_f32(acc_buffer_ptr + 4 * 0); local
600 acc_0 = vmlaq_n_f32(acc_0, filter_0, input_val)
    [all...]
depthwiseconv_uint8.h 965 int32x4_t acc_0 = vld1q_s32(acc_buffer_ptr + 4 * 0); local
1177 int32x4_t acc_0 = vld1q_s32(acc_buffer_ptr + 4 * 0); local
1235 int32x4_t acc_0 = vld1q_s32(acc_buffer_ptr + 4 * 0); local
1445 int32x4_t acc_0 = vld1q_s32(acc_buffer_ptr + 4 * 0); local
    [all...]

Completed in 469 milliseconds