Skip to content

Commit

Permalink
trim comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zetwhite authored Oct 3, 2024
1 parent d7c6618 commit 3952db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/luci/pass/src/RemoveUnnecessaryTransposeNetPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ bool TaggedShapeAnalyzer::verify_tag() const
}

/**
* @brief Initialize the class member and checks under conditions
* @brief Initialize the class members and check under conditions
*
* Condtiions that have to be met for analyzer
* c1: input rank >= output rank
Expand Down Expand Up @@ -358,7 +358,7 @@ bool TaggedShapeAnalyzer::init(const luci::CircleTranspose *front_transpose,
*/
template <loco::DataType DType> bool TaggedShapeAnalyzer::can_remove_transposes()
{
// TODO: Update methods to use std::vector<int32_t&> intead of CircleNode
// TODO: Update methods to use std::vector<int32_t&> intead of CircleNode ptr
// For example,
// init_shape_with_tag(_in_shape);
// analyze_transpose(_fornt_perm);
Expand Down

0 comments on commit 3952db7

Please sign in to comment.