Browse Source

[Auto-Monad] get correct monad

tags/v1.2.0-rc1
liangzelang 5 years ago
parent
commit
02c1954d45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/backend/session/ascend_auto_monad.cc

+ 1
- 1
mindspore/ccsrc/backend/session/ascend_auto_monad.cc View File

@@ -776,7 +776,7 @@ class AscendAutoMonadConverter {
if (last_monad_ != nullptr) {
return last_monad_;
}
return GetMonadValue();
return GetMonad();
}

// Make a assign cnode.


Loading…
Cancel
Save