Home
last modified time | relevance | path

Searched defs:DepthwiseConv2dNative (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc217 void DepthwiseConv2dNative(const int32_t* __restrict input_shape, in DepthwiseConv2dNative() function
H A Donedevice_train_palm_detection_filter_inference.cc218 void DepthwiseConv2dNative(const int32_t* __restrict input_shape, in DepthwiseConv2dNative() function
H A Donedevice_train_palm_detection_filter_inference_v2.cc217 void DepthwiseConv2dNative(const int32_t* __restrict input_shape, in DepthwiseConv2dNative() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go12271 func DepthwiseConv2dNative(scope *Scope, input tf.Output, filter tf.Output, strides []int64, paddin… func