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

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image.h 275 inline T ConvolvePixel3x3(const Image<U>& original,
image-inl.h 600 inline T Image<T>::ConvolvePixel3x3(const Image<U>& original,
625 SetPixel(x, y, ConvolvePixel3x3(original, filter, x, y, sum));

Completed in 57 milliseconds