/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_FractionalAvgPoolGrad.pbtxt | 13 4-D with shape `[batch, height, width, channels]`. Gradients
|
api_def_FractionalMaxPoolGrad.pbtxt | 19 4-D with shape `[batch, height, width, channels]`. Gradients
|
api_def_MaxPool3D.pbtxt | 6 Shape `[batch, depth, rows, cols, channels]` tensor to pool over.
|
api_def_MaxPool3DGrad.pbtxt | 18 Output backprop of shape `[batch, depth, rows, cols, channels]`.
|
api_def_MaxPool3DGradGrad.pbtxt | 18 Output backprop of shape `[batch, depth, rows, cols, channels]`.
|
api_def_Mfcc.pbtxt | 39 How many output channels to produce per time slice.
|
api_def_QuantizedAvgPool.pbtxt | 6 4-D with shape `[batch, height, width, channels]`.
|
/external/tensorflow/tensorflow/examples/tutorials/deepdream/ |
README.md | 8 - visualizing individual feature channels and their combinations to explore the space of patterns learned by the neural network (see [GoogLeNet](http://storage.googleapis.com/deepdream/visualz/tensorflow_inception/index.html) and [VGG16](http://storage.googleapis.com/deepdream/visualz/vgg16/index.html) galleries)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
decode_jpeg_op_test.py | 75 io_ops.read_file(image_file_path), channels=3, name='single_image') 88 image = image_ops.decode_jpeg(image_content, channels=3) 92 image_content, crop_window, channels=3) 95 image = image_ops.decode_jpeg(image_content, channels=3)
|
/external/webrtc/webrtc/common_audio/ |
audio_converter.cc | 120 converters_.front()->Convert(src, src_size, buffers_.front()->channels(), 125 converters_[i]->Convert(src_buffer->channels(), 127 dst_buffer->channels(), 130 converters_.back()->Convert(buffers_.back()->channels(),
|
blocker.h | 21 // been windowed, and output will be windowed. The number of input channels 22 // must be >= the number of output channels. 43 // numbers of input and output channels (for example, beamforming takes 2 or 44 // more input channels and returns 1 output channel). Audio signals are
|
/external/webrtc/webrtc/common_audio/include/ |
audio_util.h | 68 // Copy audio from |src| channels to |dest| channels unless |src| and |dest| 70 // channels, and there must be sufficient space allocated in |dest|. 151 // all channels.
|
/external/webrtc/webrtc/common_audio/resampler/include/ |
push_resampler.h | 22 // TODO(ajm): add support for an arbitrary number of channels.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_decoder_ilbc.cc | 52 size_t AudioDecoderIlbc::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_decoder_isac_t.h | 37 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_decoder_opus.h | 29 size_t Channels() const override;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
audio_encoder_pcm16b.cc | 32 config.num_channels = codec_inst.channels;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_decoder_unittest.cc | 48 size_t channels, 52 ASSERT_LE(num_samples * channels, output.size()); 54 ASSERT_NEAR(input[n], output[channels * n + delay], tolerance) 57 DataLog::InsertCell("CodecTest", "output", output[channels * n]); 62 // The absolute difference between the first two channels in |output| is 66 size_t channels, 68 ASSERT_GE(channels, 2u); 69 ASSERT_LE(samples_per_channel * channels, output.size()); 71 ASSERT_NEAR(output[channels * n], output[channels * n + 1], tolerance [all...] |
neteq_network_stats_unittest.cc | 49 size_t Channels() const override { return num_channels_; } 63 memset(decoded, 0, sizeof(int16_t) * kPacketDuration * Channels()); 64 return kPacketDuration * Channels(); 85 static const int kMaxOutputSize = 960; // 10 ms * 48 kHz * 2 channels.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
neteq_external_decoder_test.cc | 25 channels_(decoder_->Channels()) {
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
opus_test.h | 35 size_t channels,
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_manager_unittest.cc | 85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels()); 92 PRINT("%schannels: %" PRIuS "\n", kTag, record_parameters_.channels()); 122 EXPECT_EQ(0U, params.channels()); 142 EXPECT_EQ(kChannels, params.channels());
|
/external/webrtc/webrtc/modules/audio_processing/ |
high_pass_filter_impl.h | 29 void Initialize(size_t channels, int sample_rate_hz);
|
noise_suppression_impl.h | 29 void Initialize(size_t channels, int sample_rate_hz);
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
run_audio_test.py | 38 parser.add_option('--channels', default='1', help='number of channels') 87 '--channels=' + options.channels, '--raw']
|