Base working compilation
This commit is contained in:
parent
5596b6f029
commit
7c3af1189f
8 changed files with 40 additions and 37 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue