Home
last modified time | relevance | path

Searched refs:input_channels (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dmkl_requantize_ops_test.cc119 const int input_channels = 2; in TEST_F() local
123 {1, input_height, input_width, input_channels}); in TEST_F()
153 AddInputFromArray<float>(TensorShape({input_channels}), {ch1_min, ch2_min}); in TEST_F()
154 AddInputFromArray<float>(TensorShape({input_channels}), {ch1_max, ch2_max}); in TEST_F()
180 const int input_channels = 2; in TEST_F() local
184 {1, input_height, input_width, input_channels}); in TEST_F()
214 AddInputFromArray<float>(TensorShape({input_channels}), {ch1_min, ch2_min}); in TEST_F()
215 AddInputFromArray<float>(TensorShape({input_channels}), {ch1_max, ch2_max}); in TEST_F()
238 const int input_channels = 2; in TEST_F() local
242 {1, input_height, input_width, input_channels}); in TEST_F()
[all …]
Dquantized_pooling_ops_test.cc55 const int input_channels = 2; in TEST_F() local
56 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels}); in TEST_F()
67 {1, expected_height, expected_width, input_channels}); in TEST_F()
100 const int input_channels = 2; in TEST_F() local
101 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels}); in TEST_F()
112 {1, expected_height, expected_width, input_channels}); in TEST_F()
Dmkl_quantized_pooling_ops_test.cc85 const int input_channels = 2; in TEST_F() local
86 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels}); in TEST_F()
105 {1, expected_height, expected_width, input_channels}); in TEST_F()
154 const int input_channels = 2; in TEST_F() local
155 Tensor input_float(DT_FLOAT, {1, input_height, input_width, input_channels}); in TEST_F()
174 {1, expected_height, expected_width, input_channels}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_conv2d.cc28 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenSingleThreadedConvF16() argument
36 input_cols, input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF16()
45 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32() argument
53 input_cols, input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32()
Druntime_conv2d.cc29 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_EigenConvF32() argument
39 input_rows, input_cols, input_channels, kernel_rows, kernel_cols, in __xla_cpu_runtime_EigenConvF32()
48 int64 input_channels, int64 kernel_rows, int64 kernel_cols, in __xla_cpu_runtime_EigenConvF16() argument
58 input_rows, input_cols, input_channels, kernel_rows, kernel_cols, in __xla_cpu_runtime_EigenConvF16()
Druntime_conv2d_mkl.cc54 int64 input_cols, int64 input_channels, int64 kernel_rows, in MKLConvImpl() argument
68 memory::dims conv1_src_dim = {ToInt(input_batch), ToInt(input_channels), in MKLConvImpl()
154 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_MKLConvF32() argument
166 input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_MKLConvF32()
172 input_channels, kernel_rows, kernel_cols, kernel_channels, in __xla_cpu_runtime_MKLConvF32()
Druntime_single_threaded_conv2d.h28 tensorflow::int64 input_cols, tensorflow::int64 input_channels,
42 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
Druntime_conv2d.h28 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
42 tensorflow::int64 input_cols, tensorflow::int64 input_channels,
Druntime_conv2d_impl.h30 int64 input_cols, int64 input_channels, int64 kernel_rows, in EigenConvImpl() argument
40 input(lhs, input_batch, input_rows, input_cols, input_channels); in EigenConvImpl()
Druntime_conv2d_mkl.h28 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
/external/adhd/cras/src/server/
Dcras_dsp_pipeline.c126 int input_channels; member
452 pipeline->input_channels = ARRAY_COUNT( in cras_dsp_pipeline_create()
456 if (pipeline->output_channels > pipeline->input_channels) { in cras_dsp_pipeline_create()
742 return pipeline->input_channels; in cras_dsp_pipeline_get_num_input_channels()
831 unsigned int input_channels = pipeline->input_channels; in cras_dsp_pipeline_apply() local
833 float *source[input_channels]; in cras_dsp_pipeline_apply()
844 for (i = 0; i < input_channels; i++) in cras_dsp_pipeline_apply()
856 rc = dsp_util_deinterleave(buf, source, input_channels, in cras_dsp_pipeline_apply()
955 dumpf(d, " input channels: %d\n", pipeline->input_channels); in cras_dsp_pipeline_dump()
/external/skqp/third_party/skcms/
Dskcms.cc406 uint8_t input_channels [ 1]; member
434 a2b->input_channels = mftTag->input_channels[0]; in read_mft_common()
442 if (a2b->input_channels < 1 || a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_mft_common()
446 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in read_mft_common()
465 uint32_t byte_len_all_input_tables = a2b->input_channels * byte_len_per_input_table; in init_a2b_tables()
469 for (uint32_t axis = 0; axis < a2b->input_channels; ++axis) { in init_a2b_tables()
477 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in init_a2b_tables()
581 uint8_t input_channels [ 1]; member
605 a2b->input_channels = mABTag->input_channels[0]; in read_tag_mab()
613 if (a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_tag_mab()
[all …]
Dskcms.h71 uint32_t input_channels; member
/external/skia/third_party/skcms/
Dskcms.cc406 uint8_t input_channels [ 1]; member
434 a2b->input_channels = mftTag->input_channels[0]; in read_mft_common()
442 if (a2b->input_channels < 1 || a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_mft_common()
446 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in read_mft_common()
465 uint32_t byte_len_all_input_tables = a2b->input_channels * byte_len_per_input_table; in init_a2b_tables()
469 for (uint32_t axis = 0; axis < a2b->input_channels; ++axis) { in init_a2b_tables()
477 for (uint32_t i = 0; i < a2b->input_channels; ++i) { in init_a2b_tables()
581 uint8_t input_channels [ 1]; member
605 a2b->input_channels = mABTag->input_channels[0]; in read_tag_mab()
613 if (a2b->input_channels > ARRAY_COUNT(a2b->input_curves)) { in read_tag_mab()
[all …]
Dskcms.h71 uint32_t input_channels; member
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h137 void DownmixToMono(const T* const* input_channels, in DownmixToMono() argument
142 Intermediate value = input_channels[0][i]; in DownmixToMono()
144 value += input_channels[j][i]; in DownmixToMono()
/external/tensorflow/tensorflow/core/ops/
Daudio_ops.cc79 DimensionHandle input_channels = c->Dim(input, 1); in SpectrogramShapeFn() local
99 c->MakeShape({input_channels, output_length, output_channels})); in SpectrogramShapeFn()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc45 int input_channels,
115 int input_channels, in DebugDumpGenerator() argument
121 : input_config_(input_rate_hz, input_channels), in DebugDumpGenerator()
123 output_config_(input_rate_hz, input_channels), in DebugDumpGenerator()
125 input_file_channels_(input_channels), in DebugDumpGenerator()
/external/tensorflow/tensorflow/core/util/
Dtensor_format.h611 const int64 input_channels = in ShapeFromFilterFormat() local
621 input_channels, output_channels); in ShapeFromFilterFormat()
628 input_channels, output_channels); in ShapeFromFilterFormat()
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test_base.py859 input_channels = test_param["input_channels"]
875 [batch_size, input_channels // 4, input_height, input_width, 4],
882 output_channels, input_channels // 4, filter_height, filter_width,
/external/tensorflow/tensorflow/python/layers/
Dnormalization_test.py108 batch, height, width, input_channels = 2, 4, 5, 3
109 shape = [batch, height, width, input_channels]
141 image_val = np.random.rand(batch, height, width, input_channels).astype(
170 batch, height, width, input_channels = 2, 4, 5, 3
171 shape = [batch, height, width, input_channels]
217 input_channels).astype(np.float32)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc194 int input_channels = 3; in SimpleFusedBatchNormGrad() local
195 TensorShape shape({batch_size, input_height, input_width, input_channels}); in SimpleFusedBatchNormGrad()
202 TensorShape shape_vector({input_channels}); in SimpleFusedBatchNormGrad()
/external/skia/third_party/skcms/src/
DTransform_inl.h570 const int dim = (int)a2b->input_channels; in clut()
974 if (a2b->input_channels == 4) { in exec_ops()
/external/skqp/third_party/skcms/src/
DTransform_inl.h570 const int dim = (int)a2b->input_channels; in clut()
974 if (a2b->input_channels == 4) { in exec_ops()
/external/tensorflow/tensorflow/python/grappler/
Dlayout_optimizer_test.py230 input_channels = 3
231 shape = [batch, height, width, input_channels]

12