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