Merge pull request #1 from lucasdelimanogueira/tmp2

pow and add_tensor_cuda
This commit is contained in:
lucasdelimanogueira 2024-04-29 02:24:37 -03:00 committed by GitHub
commit 3573218609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,7 +232,7 @@ if __name__ == "__main__":
a = Tensor([[1, 2, 3], [1, 2, 3], [1, 2, 3]])
print(a ** 4)
print(a ** 2)
"""#print(a)
N = 1000