Searched refs:output_channel (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | depthwise_conv.h | 67 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/ |
D | nonlinear_beamformer.cc | 480 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/ |
D | debug_dump_test.cc | 348 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()
|
D | unpack.cc | 178 reinterpret_cast<const float*>(msg.output_channel(i).data()); in do_main()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | debug.proto | 41 repeated bytes output_channel = 8; field
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite_test.py | 541 output_channel = 16 546 filter=array_ops.zeros([3, 3, 3, output_channel]), 552 [16, 16, output_channel, output_channel * depth_multiplier]),
|