!4853 Modify the wrong Space Indentation

Merge pull request !4853 from yepei6/comment
pull/4853/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 104e70d333

@ -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