Skip to content

Commit

Permalink
Fixed tensor docstring according to suggestion
Browse files Browse the repository at this point in the history
As for the title. Suggestion provided by axsaucedo

Co-authored-by: Alejandro Saucedo <[email protected]>
Signed-off-by: Andrea Calabrese <[email protected]>
  • Loading branch information
ThePseudo and axsaucedo committed Aug 20, 2024
1 parent 8112ed1 commit 5f6777b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/kompute/Tensor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ class Tensor
* Function to reserve memory on the tensor. This does not copy any data, it
* just reserves memory, similarly to std::vector reserve() method.
*
* @param newSize the new size for reservation
* @param elementTotalCount Total number of elements for new size
* @param elementMemorySize Memory size of element
*/
void reserve(uint32_t elementTotalCount, uint32_t elementMemorySize);

Expand Down

0 comments on commit 5f6777b

Please sign in to comment.