Browse Source

!13961 Get correct monad

From: @liangzelang
Reviewed-by: 
Signed-off-by:
pull/13961/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
7e1dd06077
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