Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_factory.cc40 IsDepthwiseConv2dNativeBackpropFilter(node)) { in GetTransposer()
H A Dgeneric_layout_optimizer_transposer.cc820 IsDepthwiseConv2dNativeBackpropFilter(*node->node())); in TransposeNode()
1965 IsDepthwiseConv2dNativeBackpropFilter(node) || in IsLayoutSensitiveOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.h71 bool IsDepthwiseConv2dNativeBackpropFilter(const NodeDef& node);
H A Dop_types.cc205 bool IsDepthwiseConv2dNativeBackpropFilter(const NodeDef& node) { in IsDepthwiseConv2dNativeBackpropFilter() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc274 bool TFGraphDialect::IsDepthwiseConv2dNativeBackpropFilter(TFOp op) const { in IsDepthwiseConv2dNativeBackpropFilter() function in mlir::tfg::TFGraphDialect
H A Dtf_op_names.inc50 bool IsDepthwiseConv2dNativeBackpropFilter(TFOp op) const;