Skip to content

Commit

Permalink
[luci/service] formatting code with suggestions.
Browse files Browse the repository at this point in the history
fix code format with suggestions.

ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]

Co-authored-by: SaeHie Park <[email protected]>
  • Loading branch information
icodo98 and seanshpark authored Aug 27, 2024
1 parent 8ff201b commit b4a37f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions compiler/luci/service/src/Nodes/CirclePad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
* limitations under the License.
*/

#include <luci/Service/CircleShapeInference.h>

#include "CircleCloneNode.h"

#include "CircleShapeInferenceHelper.h"

#include "luci/Service/CircleShapeInference.h"

namespace luci
{

luci::CircleNode *CloneNodeLet<CN::OPQR>::visit(const luci::CirclePad *)
{
return _graph->nodes()->create<luci::CirclePad>();
}

loco::TensorShape sinf::Algorithm::visit(const luci::CirclePad *node)
{
auto paddings = loco::must_cast<luci::CircleConst *>(node->paddings());
Expand Down
2 changes: 1 addition & 1 deletion compiler/luci/service/src/Nodes/CirclePad.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ TEST(ShapeRuleTest, pad_without_padding_NEG)
ASSERT_ANY_THROW(shape_inf_rule.infer(&pad, shape));

pad.drop();
}
}

0 comments on commit b4a37f2

Please sign in to comment.