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