Browse Source

[Auto-monad] get correct monad

pull/13961/head
liangzelang 5 years ago
parent
commit
1e4a086ffd
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

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

// Make a assign cnode.


Loading…
Cancel
Save