Skip to content

Commit

Permalink
[luci/service] remove comment
Browse files Browse the repository at this point in the history
This commit remove comment.

ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
  • Loading branch information
kyeong8139 committed Sep 11, 2024
1 parent 297a187 commit 5c474bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/luci/service/src/Nodes/CircleRange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ loco::TensorShape Algorithm::visit(const luci::CircleRange *node)
if (delta == 0)
INTERNAL_EXN("Delta can not be zero");

// 'limit-start' and 'delta' have the same sign.
// refer: https://github.com/tensorflow/tensorflow/blob/da82fa9d392d7c3cea3d86b516e55441e963b784/tensorflow/lite/kernels/range.cc#L49-L50
output_shape.dim(0) = ceil((limit - start) / delta);

return output_shape;
Expand Down

0 comments on commit 5c474bc

Please sign in to comment.