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