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