Searched refs:channel_count (Results 1 – 4 of 4) sorted by relevance
41 int channel_count = dims->data[quantized_dimension]; in SignedSymmetricPerChannelQuantize() local42 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()
1050 int channel_count = dims->data[quantized_dimension]; in CreateSymmetricPerChannelQuantizedTensor() local1051 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()
219 uint16 channel_count; in main() local222 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()
141 format.channel_count = _this->spec.channels; /* !!! FIXME: support > 2? */ in HAIKUAUDIO_OpenDevice()
Completed in 9 milliseconds