This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
JasonWang
/
traph
miroir de
https://github.com/jstzwj/traph.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
master
xtensor
traph
/
python
/
demo.py
demo.py
62 B
Lien permanent
Historique
Raw
1
2
3
4
5
import pytraph
a = pytraph.core.tensor.ones((4,2))
print(a)