Home
last modified time | relevance | path

Searched defs:channel_count (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_saturation_op.cc49 int64 channel_count; member
75 const int64 channel_count = input.NumElements() / channels; in Compute() local
188 const int64 channel_count = options.channel_count; in DoCompute() local
Dadjust_hue_op.cc48 int64 channel_count; member
74 const int64 channel_count = input.NumElements() / channels; in Compute() local
209 const int64 channel_count = options.channel_count; in DoCompute() local
/external/pigweed/pw_rpc/public/pw_rpc/
Dserver.h53 constexpr size_t channel_count() const { return channels_.size(); } in channel_count() function
/external/tensorflow/tensorflow/core/kernels/
Dencode_wav_op.cc51 const int32 channel_count = static_cast<int32>(audio.dim_size(1)); in Compute() local
Dspectrogram_op.cc53 const int64 channel_count = input.dim_size(1); in Compute() local
/external/igt-gpu-tools/lib/
Digt_infoframe.c97 int channel_count; in infoframe_audio_parse() local
Digt_infoframe.h101 int channel_count; /* -1 if unspecified */ member
/external/mesa3d/src/panfrost/midgard/
Dmidgard_ops.h72 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in effective_writemask() local
/external/tensorflow/tensorflow/lite/micro/
Dmicro_utils.cc41 int channel_count = dims->data[quantized_dimension]; in SignedSymmetricPerChannelQuantize() local
Dtest_helpers.cc1050 int channel_count = dims->data[quantized_dimension]; in CreateSymmetricPerChannelQuantizedTensor() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dbias_op_deterministic_test.py42 def _makeShapeTuple(self, batch_size, channel_count, data_rank, data_dim, argument
/external/libxaac/decoder/drc_src/
Dimpd_drc_dec.c139 WORD32 channel_count = 0; in impd_init_selected_drc_set() local
Dimpd_drc_selection_process.c679 WORD32 i, j, err, channel_count; in impd_manage_drc_complexity() local
879 WORD32 channel_count; in impd_manage_complexity() local
Dimpd_drc_dynamic_payload.c1094 WORD32 i, channel_count, temp; in impd_parse_eq_instructions() local
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py191 def testGradients(self, batch_size, channel_count): argument
262 def testCompareGpuVsCpu(self, batch_size, channel_count): argument
/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc43 int channel_count = ChannelLayoutToChannelCount(layout); in ValidateLayout() local
/external/tensorflow/tensorflow/lite/kernels/
Daudio_spectrogram.cc124 const int64_t channel_count = input->dims->data[1]; in Eval() local
/external/libiio/src/examples/
Ddummy-iiostream.c110 static int channel_count; variable
/external/tensorflow/tensorflow/examples/speech_commands/
Dtest_streaming_accuracy.cc219 uint16 channel_count; in main() local
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_wrapper.cc324 int32_t AAudioWrapper::channel_count() const { in channel_count() function in webrtc::jni::AAudioWrapper
/external/webrtc/modules/audio_device/android/
Daaudio_wrapper.cc324 int32_t AAudioWrapper::channel_count() const { in channel_count() function in webrtc::AAudioWrapper
/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc225 uint32* sample_count, uint16* channel_count, in DecodeLin16WaveAsFloatVector()
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc865 HRESULT CoreAudioBase::OnChannelVolumeChanged(DWORD channel_count, in OnChannelVolumeChanged()
/external/vulkan-validation-layers/layers/
Dvk_format_utils.cpp31 uint32_t channel_count; member
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dconv_slicing_test.cc220 int channel_count = filter_dims->data[0]; in TestConvQuantizedPerChannel() local