Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/signal/
H A Dspectral_ops.py78 fft_length = _enclosing_power_of_two(frame_length)
230 fft_length = _enclosing_power_of_two(frame_length)
277 def _enclosing_power_of_two(value): function