Skip to content

Commit

Permalink
[luci/service] revise url
Browse files Browse the repository at this point in the history
This commit revise url to short.

ONE-DCO-1.0-Signed-off-by: bokyeong lee <[email protected]>
  • Loading branch information
kyeong8139 committed Sep 12, 2024
1 parent dbcac02 commit 5ce888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/luci/service/src/Nodes/CircleRange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ loco::TensorShape Algorithm::visit(const luci::CircleRange *node)
* 'limit - start' and 'delta' have the same sign.
* c1. '(limit - start) >= 0' -> 'delta > 0'
* c2. '(limit - start) < 0' -> 'delta < 0'
* https://github.com/tensorflow/tensorflow/blob/da82fa9d392d7c3cea3d86b516e55441e963b784/tensorflow/lite/kernels/range.cc#L49-L50
* https://github.com/tensorflow/tensorflow/blob/da82fa9/tensorflow/lite/kernels/range.cc#L49-L50
*/
output_shape.dim(0) = ceil((limit - start) / delta);

Expand Down

0 comments on commit 5ce888d

Please sign in to comment.