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