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

  /external/tensorflow/tensorflow/contrib/data/python/ops/
resampling.py 15 """Resampling dataset transformations."""
20 from tensorflow.python.data.experimental.ops import resampling
29 **NOTE** Resampling is performed via rejection sampling; some fraction
45 return resampling.rejection_resample(class_func, target_dist, initial_dist,
  /external/tensorflow/tensorflow/python/data/experimental/benchmarks/
rejection_resample_benchmark.py 26 from tensorflow.python.data.experimental.ops import resampling
36 resampling.rejection_resample(
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
rejection_resample_test.py 24 from tensorflow.python.data.experimental.ops import resampling
53 resampling.rejection_resample(
89 resampling.rejection_resample(
119 resampling.rejection_resample(
  /external/tensorflow/tensorflow/contrib/data/
__init__.py 109 from tensorflow.contrib.data.python.ops.resampling import rejection_resample
  /external/tensorflow/tensorflow/python/data/experimental/
__init__.py 114 from tensorflow.python.data.experimental.ops.resampling import rejection_resample
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp 985 bool resampling = false; local
    [all...]

Completed in 365 milliseconds