Base working compilation

This commit is contained in:
Alejandro Saucedo 2020-08-19 18:58:22 +01:00
parent 5596b6f029
commit 7c3af1189f
8 changed files with 40 additions and 37 deletions

View file

@ -27,7 +27,7 @@ class Tensor
Tensor();
Tensor(std::array<uint32_t, KP_MAX_DIM_SIZE> shape, TensorTypes tensorType = TensorTypes::eDevice);
Tensor(std::vector<uint32_t> data, TensorTypes tensorType = TensorTypes::eDevice);
~Tensor();