Browse Source

mod softmax

tags/v0.3.0-alpha
changzherui 5 years ago
parent
commit
354d8b0354
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mindspore/ccsrc/kernel/tbe/tbe_adapter.cc

+ 3
- 0
mindspore/ccsrc/kernel/tbe/tbe_adapter.cc View File

@@ -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"},


Loading…
Cancel
Save