mirror of
https://github.com/StepanovPlaton/NeuralNetwork.git
synced 2026-04-04 04:40:40 +04:00
New tensor lib
This commit is contained in:
5
src/run.py
Normal file
5
src/run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from tensor.tensor import *
|
||||
|
||||
a = Matrix([2, 3], 2)
|
||||
b = Matrix([3, 2], 3)
|
||||
(a @ b).print()
|
||||
Reference in New Issue
Block a user