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