Clean up in sparse_fill_empty_rows_op.cc (#12269)
Both `int64 prev_row = -1;` and `const int64 row = indices(i, 0);`
was not used. It generates quite a few warnings in the output.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment