This website works better with JavaScript
Home
Explore
Help
Sign In
JasonWang
/
traph
mirror of
https://github.com/jstzwj/traph.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
master
xtensor
traph
/
python
/
demo.py
demo.py
62 B
Permalink
History
Raw
1
2
3
4
5
import pytraph
a = pytraph.core.tensor.ones((4,2))
print(a)