HomeSort by relevance Sort by last modified time
    Searched defs:convolution (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 26 def convolution(data0, data1reversed, n): function
27 """calculate convolution part of data0 with data1 from pos n"""
33 return convolution(*args)
  /external/eigen/bench/tensors/
tensor_benchmarks.h 417 void convolution(int num_iters, int kernel_x, int kernel_y) { function in class:BenchmarkSuite

Completed in 86 milliseconds