forked from jittor/jittor
parent
6c93dbb5fb
commit
5447f23c42
|
@ -256,7 +256,7 @@ print(a.name())
|
|||
### 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.
|
||||
Jittor'op is similar 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.
|
||||
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in New Issue