forked from mindspore-Ecosystem/mindspore
!4853 Modify the wrong Space Indentation
Merge pull request !4853 from yepei6/comment
This commit is contained in:
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…
Reference in New Issue