Home
last modified time | relevance | path

Searched refs:input_channel (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/
Dconvolutional_recurrent_test.py42 input_channel = 2
48 input_channel,
53 input_channel)
91 input_channel = 2
97 input_channel)
143 input_channel = 2
149 input_channel)
Dconvolutional.py189 input_channel = self._get_input_channel(input_shape)
190 if input_channel % self.groups != 0:
194 '(full input shape is {}).'.format(self.groups, input_channel,
196 kernel_shape = self.kernel_size + (input_channel // self.groups,
220 axes={channel_axis: input_channel})
/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc69 std::unique_ptr<int16_t[]> input_channel( in Process() local
74 input_channel.get()); in Process()
78 16384, SignalScaling(input_channel.get(), input_length_per_channel, in Process()
85 Downsample(input_channel.get(), input_length_per_channel, in Process()
117 input_channel.get(), interpolation_length, mute_factor, increment)); in Process()
118 DspHelper::UnmuteSignal(&input_channel[interpolation_length], in Process()
126 &input_channel[interpolation_length], in Process()
137 input_channel.get(), interpolation_length, in Process()
/external/webrtc/modules/audio_processing/test/
Ddebug_dump_replayer.cc135 msg.input_channel(0).size()); in OnStreamEvent()
138 memcpy(input_->channels()[i], msg.input_channel(i).data(), in OnStreamEvent()
139 msg.input_channel(i).size()); in OnStreamEvent()
Daec_dump_based_simulator.cc106 msg.input_channel(i).size()); in PrepareProcessStreamCall()
107 std::memcpy(in_buf_->channels()[i], msg.input_channel(i).data(), in PrepareProcessStreamCall()
108 msg.input_channel(i).size()); in PrepareProcessStreamCall()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_ops_test.cc1142 const int input_channel = 4; in TYPED_TEST_P() local
1145 this->VerifyFusedMatMul(batch, input_channel, output_channel, {"BiasAdd"}); in TYPED_TEST_P()
1150 const int input_channel = 4; in TYPED_TEST_P() local
1153 this->VerifyFusedMatMul(batch, input_channel, output_channel, in TYPED_TEST_P()
1159 const int input_channel = 4; in TYPED_TEST_P() local
1162 this->VerifyFusedMatMul(batch, input_channel, output_channel, in TYPED_TEST_P()
1168 const int input_channel = 4; in TYPED_TEST_P() local
1171 this->VerifyFusedMatMul(batch, input_channel, output_channel, in TYPED_TEST_P()
1177 const int input_channel = 4; in TYPED_TEST_P() local
1180 this->VerifyFusedMatMul(batch, input_channel, output_channel, in TYPED_TEST_P()
[all …]
/external/webrtc/modules/audio_processing/
Ddebug.proto43 repeated bytes input_channel = 7; field
Daudio_processing_unittest.cc1423 memcpy(float_cb_->channels()[i], msg.input_channel(i).data(), in ProcessDebugDump()
1424 msg.input_channel(i).size()); in ProcessDebugDump()
/external/webrtc/rtc_tools/unpack_aecdump/
Dunpack.cc333 data[i] = reinterpret_cast<const float*>(msg.input_channel(i).data()); in do_main()