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