enum ngraph::op::GeluApproximationMode

Specifies the approximation to calculate Gelu.

#include <gelu.hpp>

enum GeluApproximationMode
{
    TANH,
    ERF,
};