|
|
|
@@ -30,6 +30,9 @@ namespace mindspore { |
|
|
|
namespace kernel { |
|
|
|
namespace tbe { |
|
|
|
static std::map<string, string> tbe_func_adapter_map = { |
|
|
|
{"softmax", "softmax_v2"}, |
|
|
|
{"log_softmax", "log_softmax_v2"}, |
|
|
|
{"applymomentum", "applymomentum_d"}, |
|
|
|
{"re_lu6", "relu6"}, |
|
|
|
{"re_lu6_grad", "relu6_grad"}, |
|
|
|
{"re_lu", "relu"}, |
|
|
|
|