59 static const std::unordered_map<Type, std::string> name_map{
60 {ElementwiseActivationType::ELU,
"ELU"},
61 {ElementwiseActivationType::LOGISTIC,
"Logistic"},
62 {ElementwiseActivationType::RELU,
"ReLU"},
63 {ElementwiseActivationType::TANH,
"Tanh"},
64 {ElementwiseActivationType::LEAKY_RELU,
"LeakyRelu"}};
65 return name_map.at(_param.
op_type);