OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_channel
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
depthwise_conv.h
67
const int
output_channel
= m + in_channel * depth_multiplier;
local
84
filter_shape, 0, filter_y, filter_x,
output_channel
)];
106
acc += bias_data[
output_channel
];
109
acc, output_multiplier[
output_channel
],
110
output_shift[
output_channel
]);
115
output_channel
)] = static_cast<int8_t>(acc);
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc
480
complex_f*
output_channel
= output[0];
local
482
output_channel
[f_ix] = complex_f(0.f, 0.f);
487
output_channel
[f_ix] += input[c_ix][f_ix] * delay_sum_mask_els[c_ix];
490
output_channel
[f_ix] *= kCompensationGain * final_mask_[f_ix];
/external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc
348
msg.
output_channel
(0).size());
350
ASSERT_EQ(0, memcmp(output_->channels()[i], msg.
output_channel
(i).data(),
351
msg.
output_channel
(i).size()));
unpack.cc
178
reinterpret_cast<const float*>(msg.
output_channel
(i).data());
/external/tensorflow/tensorflow/lite/python/
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]),
[
all
...]
Completed in 285 milliseconds