enum ov::op::GeluApproximationMode¶
Specifies the approximation to calculate Gelu.
#include <gelu.hpp>
enum GeluApproximationMode
{
TANH,
ERF,
};
Specifies the approximation to calculate Gelu.
#include <gelu.hpp>
enum GeluApproximationMode
{
TANH,
ERF,
};