This commit is contained in:
Dun Liang 2020-03-22 10:52:02 +08:00
commit bf3680cc0b
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.