Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_factory.cc45 IsDepthwiseConv2dNativeBackpropInput(node)) { in GetTransposer()
H A Dgeneric_layout_optimizer_transposer.cc839 IsDepthwiseConv2dNativeBackpropInput(*node->node())); in TransposeNode()
1966 IsDepthwiseConv2dNativeBackpropInput(node) || in IsLayoutSensitiveOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.h72 bool IsDepthwiseConv2dNativeBackpropInput(const NodeDef& node);
H A Dop_types.cc209 bool IsDepthwiseConv2dNativeBackpropInput(const NodeDef& node) { in IsDepthwiseConv2dNativeBackpropInput() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc279 bool TFGraphDialect::IsDepthwiseConv2dNativeBackpropInput(TFOp op) const { in IsDepthwiseConv2dNativeBackpropInput() function in mlir::tfg::TFGraphDialect
H A Dtf_op_names.inc51 bool IsDepthwiseConv2dNativeBackpropInput(TFOp op) const;