Home
last modified time | relevance | path

Searched refs:IsCpuCompatibleDepthwiseConv2dNative (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper.cc378 bool IsCpuCompatibleDepthwiseConv2dNative(const NodeDef* dw_conv2d) { in IsCpuCompatibleDepthwiseConv2dNative() function
391 return (IsMKLEnabled() && IsCpuCompatibleDepthwiseConv2dNative(&node)); in IsCpuCompatible()