Searched defs:IsMaxPoolGrad (Results 1 – 2 of 2) sorted by relevance
373 bool IsMaxPoolGrad(const NodeDef& node) { return node.op() == "MaxPoolGrad"; } in IsMaxPoolGrad() function
518 bool TFGraphDialect::IsMaxPoolGrad(TFOp op) const { in IsMaxPoolGrad() function in mlir::tfg::TFGraphDialect