/external/webrtc/webrtc/common_audio/ |
D | lapped_transform_unittest.cc | 30 size_t out_channels, in ProcessAudioBlock() argument 32 RTC_CHECK_EQ(in_channels, out_channels); in ProcessAudioBlock() 33 for (size_t i = 0; i < out_channels; ++i) { in ProcessAudioBlock() 54 size_t out_channels, in ProcessAudioBlock() argument 56 RTC_CHECK_EQ(in_channels, out_channels); in ProcessAudioBlock()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | flatten_atrous.cc | 72 const int32 out_channels = filter.dim_size(3); in FlattenAtrousConv() local 81 in_channels, out_channels})); in FlattenAtrousConv() 90 for (int c_out = 0; c_out < out_channels; ++c_out) { in FlattenAtrousConv()
|
/external/tensorflow/tensorflow/examples/ios/benchmark/ |
D | ios_image_load.mm | 29 int* out_channels) { 61 *out_channels = 0; 85 *out_channels = channels;
|
D | ios_image_load.h | 25 int* out_channels);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Conv2DBackpropFilter.pbtxt | 14 `[filter_height, filter_width, in_channels, out_channels]` tensor. 20 4-D with shape `[batch, out_height, out_width, out_channels]`. 28 `[filter_height, filter_width, in_channels, out_channels]`. Gradient w.r.t.
|
D | api_def_Conv3DBackpropInput.pbtxt | 12 Shape `[depth, rows, cols, in_channels, out_channels]`. 20 out_channels]`.
|
D | api_def_Conv3DBackpropFilter.pbtxt | 12 Shape `[depth, rows, cols, in_channels, out_channels]`. 20 out_channels]`.
|
D | api_def_Conv3DBackpropFilterV2.pbtxt | 14 `[filter_depth, filter_height, filter_width, in_channels, out_channels]` 22 out_channels]`.
|
D | api_def_Conv3DBackpropInputV2.pbtxt | 14 Shape `[depth, rows, cols, in_channels, out_channels]`. 22 out_channels]`.
|
D | api_def_DepthwiseConv2dNativeBackpropFilter.pbtxt | 24 out_backprop shape is `[batch, out_height, out_width, out_channels]`. 32 `[filter_height, filter_width, in_channels, out_channels]`. Gradient w.r.t.
|
D | api_def_Conv2DBackpropInput.pbtxt | 14 `[filter_height, filter_width, in_channels, out_channels]`. 20 4-D with shape `[batch, out_height, out_width, out_channels]`.
|
D | api_def_Conv2D.pbtxt | 14 `[filter_height, filter_width, in_channels, out_channels]` 71 `[filter_height, filter_width, in_channels, out_channels]`, this op
|
D | api_def_FusedPadConv2D.pbtxt | 20 `[filter_height, filter_width, in_channels, out_channels]`.
|
D | api_def_Conv3D.pbtxt | 13 out_channels]`. `in_channels` must match between `input` and `filter`.
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
D | ios_image_load.mm | 26 int* out_channels) { 55 *out_channels = 0; 80 *out_channels = channels;
|
D | ios_image_load.h | 21 int* out_height, int* out_channels);
|
/external/tensorflow/tensorflow/examples/ios/simple/ |
D | ios_image_load.mm | 29 int* out_channels) { 61 *out_channels = 0; 85 *out_channels = channels;
|
D | ios_image_load.h | 25 int* out_channels);
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
D | ios_image_load.mm | 29 int* out_channels) { 61 *out_channels = 0; 85 *out_channels = channels;
|
D | ios_image_load.h | 25 int* out_channels);
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cudnn_determinism_test.py | 77 filter_shape = FilterShape(height=3, width=3, in_channels=8, out_channels=8) 89 height=7, width=7, in_channels=8, out_channels=128)
|
/external/tensorflow/tensorflow/python/ops/ |
D | conv2d_benchmark.py | 180 out_channels = [4, 16, 32] 185 data_types, data_formats, in_channels, out_channels, hw_strides,
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestStereo.h | 78 void Run(TestPackStereo* channel, int in_channels, int out_channels,
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 216 const int out_channels = config.num_channels(); in ReadAndDeinterleave() local 223 RTC_CHECK_LE(out_channels, channels); in ReadAndDeinterleave() 224 for (int channel = 0; channel < out_channels; ++channel) { in ReadAndDeinterleave()
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.h | 90 size_t out_channels,
|