Removed function header that was not implemented

This commit is contained in:
2023-05-07 17:21:42 +02:00
parent 113220f484
commit 53710f8b31

View File

@@ -9,7 +9,6 @@ typedef struct _tensor_scalar_iterator {
} * tensoriter_scalar; } * tensoriter_scalar;
tensoriter_scalar tensoriter_scalar_create(tensor t); tensoriter_scalar tensoriter_scalar_create(tensor t);
void tensoriter_scalar_reset(tensoriter_scalar it);
void tensoriter_scalar_destroy(tensoriter_scalar it); void tensoriter_scalar_destroy(tensoriter_scalar it);
uint8_t tensoriter_scalar_next(tensoriter_scalar it); uint8_t tensoriter_scalar_next(tensoriter_scalar it);