Searched refs:IsDepthwiseConv2dNative (Results 1 – 3 of 3) sorted by relevance
60 bool IsDepthwiseConv2dNative(const NodeDef& node);
159 bool IsDepthwiseConv2dNative(const NodeDef& node) { in IsDepthwiseConv2dNative() function
2025 } else if (IsDepthwiseConv2dNative(*node)) { in Expand()