Refactoring Tensor
Compare changes
Files
72@@ -2,7 +2,7 @@ import unittest
@@ -24,6 +24,7 @@ class test_tensor(unittest.TestCase):
@@ -46,6 +47,18 @@ class test_tensor(unittest.TestCase):
Adding context to Tensor
Adding "active area" to Tensor
Forward declaring TensorImpl in Tensor instead of the another way around
CPU storage is unsigned char instead of void*
todo: memory location for device different than CPU
todo: a Tensor can share a TensorImpl with another Tensor
TensorImpl = storage
Tensor = view on storage
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent