Fixed some warnings related to signed/unsigned comparison
This fix tries to fix some warning related to
```
warning: comparison between signed and unsigned integer expressions
```
by address some easy fix in changing `int -> size_t` in case of loop index.
This fix is related to #10838.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment