HomeSort by relevance Sort by last modified time
    Searched refs:max_frequency (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.h 30 double max_frequency, double delay_samples);
sinusoidal_linear_chirp_source.cc 22 double max_frequency,
26 max_frequency_(max_frequency),
  /external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
categorical_vocabulary.py 88 def trim(self, min_frequency, max_frequency=-1):
96 max_frequency: optional, maximum frequency to keep.
111 if max_frequency > 0 and count >= max_frequency:
  /external/lisa/tests/eas/
capacity_capping.py 122 max_frequency = available_freqs[-1]
149 write_and_sleep(max_frequency)
  /external/autotest/client/bin/
utils.py     [all...]

Completed in 1257 milliseconds