Skip to content

Commit

Permalink
[luci/service] revise comment
Browse files Browse the repository at this point in the history
This commit revise comment about use_own()

ONE-DCO-1.0-Signed-off-by: Bokyeong Lee k<[email protected]>

Co-authored-by: SaeHie Park <[email protected]>
  • Loading branch information
kyeong8139 and seanshpark authored Sep 11, 2024
1 parent 5c474bc commit 2ea01be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/luci/service/src/Nodes/CircleRange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ loco::TensorShape Algorithm::visit(const luci::CircleRange *node)
shape.rank(node->rank());
for (uint32_t r = 0; r < node->rank(); ++r)
{
// TODO remove this copy from `use_own(node);`
// Shape inference rules in this file did not consider unknown dimension.
// If some node has unknown dimension, 0 is inserted and wrong shape
// inference was done as a result.
Expand Down

0 comments on commit 2ea01be

Please sign in to comment.