diff --git a/nn/functional/nn_tensor_creation.h b/nn/functional/nn_tensor_creation.h index c508d49..6517771 100644 --- a/nn/functional/nn_tensor_creation.h +++ b/nn/functional/nn_tensor_creation.h @@ -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 \ No newline at end of file