Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dmodels.py27 def _next_power_of_two(x): function
68 fft_bin_count = 1 + (_next_power_of_two(window_size_samples) / 2)

Completed in 3 milliseconds