Merge pull request #4 from Escapingbug/master

fix a README headline missing space
This commit is contained in:
yang guo ye 2020-03-20 14:41:23 +08:00 committed by GitHub
commit 6c8cf87855
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.