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