Removed function header that was not implemented
This commit is contained in:
@@ -9,7 +9,6 @@ typedef struct _tensor_scalar_iterator {
|
||||
} * tensoriter_scalar;
|
||||
|
||||
tensoriter_scalar tensoriter_scalar_create(tensor t);
|
||||
void tensoriter_scalar_reset(tensoriter_scalar it);
|
||||
void tensoriter_scalar_destroy(tensoriter_scalar it);
|
||||
|
||||
uint8_t tensoriter_scalar_next(tensoriter_scalar it);
|
||||
|
||||
Reference in New Issue
Block a user