This website works better with JavaScript
Главная
Обзор
Помощь
Вход
JasonWang
/
traph
зеркало из
https://github.com/jstzwj/traph.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
ae80d4e205
Ветки
Метки
master
xtensor
traph
/
python
/
demo.py
demo.py
62 B
История
Исходник
1
2
3
4
5
import pytraph
a = pytraph.core.tensor.ones((4,2))
print(a)