Home
last modified time | relevance | path

Searched refs:acc_56 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Ddepthwise_conv.cc85 ae_q56s acc_56 = AE_ZEROQ56(); in DepthwiseConvPerChannel() local
128 AE_MULAS56P24S_HH(acc_56, filter_val_24x2, input_val_24x2); in DepthwiseConvPerChannel()
134 acc_56 = AE_Q56S_SLAI(acc_56, 16); in DepthwiseConvPerChannel()
139 acc_56 = AE_ADDQ56(acc_56, bias_56); in DepthwiseConvPerChannel()
144 acc_56 = AE_Q56S_SLAI(acc_56, 8); in DepthwiseConvPerChannel()
145 ae_p24x2s acc_24x2 = AE_TRUNCP24Q48(acc_56); in DepthwiseConvPerChannel()
149 acc_56 = micro::xtensa::hifimini::MultiplyByQuantizedMultiplier( in DepthwiseConvPerChannel()
154 acc_56 = AE_Q56S_SLAI(acc_56, 16); in DepthwiseConvPerChannel()
157 acc_56 = AE_ADDQ56(acc_56, output_offset_56); in DepthwiseConvPerChannel()
158 acc_56 = AE_MINQ56S(acc_56, output_activation_max_56); in DepthwiseConvPerChannel()
[all …]
Dconv.cc80 ae_q56s acc_56 = AE_ZEROQ56(); in ConvPerChannel() local
128 AE_MULAAP24S_HH_LL(acc_56, filter_vals_24x2, input_vals_24x2); in ConvPerChannel()
135 acc_56 = AE_Q56S_SLAI(acc_56, 16); in ConvPerChannel()
140 acc_56 = AE_ADDQ56(acc_56, bias_56); in ConvPerChannel()
145 acc_56 = AE_Q56S_SLAI(acc_56, 8); in ConvPerChannel()
146 ae_p24x2s acc_24x2 = AE_TRUNCP24Q48(acc_56); in ConvPerChannel()
150 acc_56 = micro::xtensa::hifimini::MultiplyByQuantizedMultiplier( in ConvPerChannel()
155 acc_56 = AE_Q56S_SLAI(acc_56, 16); in ConvPerChannel()
158 acc_56 = AE_ADDQ56(acc_56, output_offset_56); in ConvPerChannel()
159 acc_56 = AE_MINQ56S(acc_56, output_activation_max_56); in ConvPerChannel()
[all …]