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