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