Skip to content

Commit

Permalink
[luci/pass] Add note comments to know about ResolveCustomOpAddPass (#…
Browse files Browse the repository at this point in the history
…12615)

This commit adds note comments to know about ResolveCustomOpAddPass.

ONE-DCO-1.0-Signed-off-by: SeungHui Lee <[email protected]>
  • Loading branch information
Seunghui98 authored Feb 8, 2024
1 parent a414ed8 commit 464327f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/luci/pass/src/ResolveCustomOpAddPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ int32_t get_broadcastTo_index_among_inputs_of(luci::CircleCustom *cop)
return -1;
}

// NOTE Broadcasting of input `Const` is skipped cause `Add` will do the broadcasting.
// TODO Implement broadcasting to the `Const` input.
/** BEFORE
* [CircleConst]
* |
Expand Down

0 comments on commit 464327f

Please sign in to comment.