Updated typos
This commit is contained in:
parent
f8859c7fd6
commit
150e986982
4 changed files with 4 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ class Tensor
|
|||
// Getter functions
|
||||
std::vector<uint32_t> data();
|
||||
uint32_t size();
|
||||
std::vector<uint32_t> shape();
|
||||
std::array<uint32_t, KP_MAX_DIM_SIZE> shape();
|
||||
TensorTypes tensorType();
|
||||
bool isInit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue