mirror of https://github.com/Jittor/Jittor
polish readme
This commit is contained in:
parent
a7fdee7667
commit
b6d262e6b6
|
@ -254,9 +254,9 @@ print (a.data)
|
|||
此外我们可以给变量起一个名字。
|
||||
|
||||
```python
|
||||
c.name('c')
|
||||
print(c.name())
|
||||
# Output: c
|
||||
a.name('a')
|
||||
print(a.name())
|
||||
# Output: a
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -248,9 +248,9 @@ And we can give the variable a name.
|
|||
|
||||
|
||||
```python
|
||||
c.name('c')
|
||||
print(c.name())
|
||||
# Output: c
|
||||
a.name('a')
|
||||
print(a.name())
|
||||
# Output: a
|
||||
```
|
||||
|
||||
### Operations
|
||||
|
|
|
@ -314,9 +314,9 @@ And we can give the variable a name.
|
|||
此外我们可以给变量起一个名字。
|
||||
|
||||
```python
|
||||
c.name('c')
|
||||
print(c.name())
|
||||
# Output: c
|
||||
a.name('a')
|
||||
print(a.name())
|
||||
# Output: a
|
||||
```
|
||||
|
||||
### Operations
|
||||
|
|
Loading…
Reference in New Issue