Browse Source

fix error when set backend policy

tags/v1.2.0-rc1
wangnan39@huawei.com 4 years ago
parent
commit
697771a40e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/context.py

+ 0
- 1
mindspore/context.py View File

@@ -256,7 +256,6 @@ class _Context:

setters = {
'mode': set_mode,
'backend_policy': set_backend_policy,
'save_graphs_path': set_save_graphs_path,
'device_target': set_device_target,
'device_id': set_device_id,


Loading…
Cancel
Save