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