Update README.md

This commit is contained in:
Jittor 2020-03-20 21:50:22 +08:00 committed by GitHub
parent c6b40bb485
commit 486e3c98d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ print(c.name())
# Output: c
```
###Operations
### Operations
Jittor'op is simular with numpy. Let's try some operations. We create Var `a` and `b` via operation `jt.float32`, and add them. Printing those variables shows they have the same shape and dtype.