mirror of
https://github.com/StepanovPlaton/NeuralNetwork.git
synced 2026-04-04 04:40:40 +04:00
First tensor python module
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from tensor.tensor import *
|
||||
|
||||
a = Matrix([2, 3], 2)
|
||||
b = Matrix([3, 2], 3)
|
||||
(a @ b).print()
|
||||
a = iMatrix([2, 3], 2)
|
||||
|
||||
a *= 3.0
|
||||
print(a)
|
||||
|
||||
Reference in New Issue
Block a user