Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.h62 bool IsDepthwiseConv2dNativeBackpropInput(const NodeDef& node);
Dop_types.cc167 bool IsDepthwiseConv2dNativeBackpropInput(const NodeDef& node) { in IsDepthwiseConv2dNativeBackpropInput() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc2030 } else if (IsDepthwiseConv2dNativeBackpropInput(*node)) { in Expand()