Browse Source

!4853 Modify the wrong Space Indentation

Merge pull request !4853 from yepei6/comment
tags/v0.7.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
104e70d333
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/common/parameter.py

+ 1
- 1
mindspore/common/parameter.py View File

@@ -71,7 +71,7 @@ class Parameter(MetaTensor):
>>>
>>> def construct(self, x):
>>> out = self.matmul(self.weight, x)
>>> return out
>>> return out
>>> context.set_context(mode=context.GRAPH_MODE, device_target="CPU")
>>> net = Net()
>>> x = Tensor(np.ones((2,1)))


Loading…
Cancel
Save