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