Added more comments.
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct _tensor_scalar_iterator {
|
||||
tensoriter_scalar tensoriter_scalar_create(tensor t);
|
||||
void tensoriter_scalar_destroy(tensoriter_scalar it);
|
||||
|
||||
uint8_t tensoriter_scalar_next(tensoriter_scalar it);
|
||||
bool tensoriter_scalar_next(tensoriter_scalar it);
|
||||
dtype *tensoriter_scalar_get(tensoriter_scalar it);
|
||||
|
||||
void tensoriter_scalar_map(tensoriter_scalar it, dtype (*func)(dtype));
|
||||
|
||||
Reference in New Issue
Block a user