HomeSort by relevance Sort by last modified time
    Searched full:native_filter (Results 1 - 3 of 3) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
MaskFilter_Delegate.java 59 /*package*/ static void nativeDestructor(long native_filter) {
60 sManager.removeJavaReferenceFor(native_filter);
  /frameworks/base/graphics/java/android/graphics/
MaskFilter.java 31 private static native void nativeDestructor(long native_filter);
  /external/tensorflow/tensorflow/core/kernels/
xsmm_conv2d.cc 215 float* native_filter = local
237 copy_RSCK_to_custom(filter, native_filter, desc.R, desc.S, desc.C,
253 copy_RSCK_to_custom(filter, native_filter, desc.R, desc.S, desc.C,
272 memset(native_filter, 0,
292 libxsmm_handle, LIBXSMM_DNN_FILTER, native_filter,
432 libxsmm_free(native_filter);

Completed in 74 milliseconds