Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Del lines in matrix_op-inl.h & rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeygxy committed Aug 20, 2019
1 parent fedfa74 commit e50c351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/operator/tensor/matrix_op-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,6 @@ inline bool GetIndexRange(const mxnet::TShape& dshape,
(*begin)[i] = 0;
(*end)[i] = dshape[i];
(*step)[i] = 1;
if (dshape[i] == 0) {
size_non_zero = false;
}
}

return size_non_zero;
Expand Down

0 comments on commit e50c351

Please sign in to comment.