This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
JasonWang
/
traph
Mirror von
https://github.com/jstzwj/traph.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
master
Branches
Tags
master
xtensor
traph
/
python
/
demo.py
demo.py
62 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
import pytraph
a = pytraph.core.tensor.ones((4,2))
print(a)