Home
last modified time | relevance | path

Searched refs:output_channel (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h67 const int output_channel = m + in_channel * depth_multiplier; in DepthwiseConvPerChannel() local
84 filter_shape, 0, filter_y, filter_x, output_channel)]; in DepthwiseConvPerChannel()
106 acc += bias_data[output_channel]; in DepthwiseConvPerChannel()
109 acc, output_multiplier[output_channel], in DepthwiseConvPerChannel()
110 output_shift[output_channel]); in DepthwiseConvPerChannel()
115 output_channel)] = static_cast<int8_t>(acc); in DepthwiseConvPerChannel()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc480 complex_f* output_channel = output[0]; in ApplyMasks() local
482 output_channel[f_ix] = complex_f(0.f, 0.f); in ApplyMasks()
487 output_channel[f_ix] += input[c_ix][f_ix] * delay_sum_mask_els[c_ix]; in ApplyMasks()
490 output_channel[f_ix] *= kCompensationGain * final_mask_[f_ix]; in ApplyMasks()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc348 msg.output_channel(0).size()); in OnStreamEvent()
350 ASSERT_EQ(0, memcmp(output_->channels()[i], msg.output_channel(i).data(), in OnStreamEvent()
351 msg.output_channel(i).size())); in OnStreamEvent()
Dunpack.cc178 reinterpret_cast<const float*>(msg.output_channel(i).data()); in do_main()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto41 repeated bytes output_channel = 8; field
/external/tensorflow/tensorflow/lite/python/
Dlite_test.py541 output_channel = 16
546 filter=array_ops.zeros([3, 3, 3, output_channel]),
552 [16, 16, output_channel, output_channel * depth_multiplier]),