Skip to content

Commit

Permalink
FIX: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Jul 17, 2024
1 parent c217faa commit 5ec470c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nn/functional/nn_tensor_creation.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ Tensor *NN_rand(size_t ndim, const size_t *shape, DataType dtype);
*/
Tensor *NN_arange(size_t ndim, const size_t *shape, DataType dtype, float start, float step);


#endif // __NN_TENSOR_CREATION

0 comments on commit 5ec470c

Please sign in to comment.