Home
last modified time | relevance | path

Searched refs:channel_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_utils.cc41 int channel_count = dims->data[quantized_dimension]; in SignedSymmetricPerChannelQuantize() local
42 int per_channel_size = input_size / channel_count; in SignedSymmetricPerChannelQuantize()
50 stride = channel_count; in SignedSymmetricPerChannelQuantize()
57 for (int channel = 0; channel < channel_count; channel++) { in SignedSymmetricPerChannelQuantize()
A Dtest_helpers.cc1050 int channel_count = dims->data[quantized_dimension]; in CreateSymmetricPerChannelQuantizedTensor() local
1051 scales[0] = static_cast<float>(channel_count); in CreateSymmetricPerChannelQuantizedTensor()
1052 zero_points[0] = channel_count; in CreateSymmetricPerChannelQuantizedTensor()
1057 for (int i = 0; i < channel_count; i++) { in CreateSymmetricPerChannelQuantizedTensor()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtest_streaming_accuracy.cc219 uint16 channel_count; in main() local
222 wav_string, &audio_data, &sample_count, &channel_count, &sample_rate); in main()
227 if (channel_count != 1) { in main()
229 << channel_count << " channels."; in main()
/AliOS-Things-master/components/SDL2/src/audio/haiku/
A DSDL_haikuaudio.cc141 format.channel_count = _this->spec.channels; /* !!! FIXME: support > 2? */ in HAIKUAUDIO_OpenDevice()

Completed in 9 milliseconds