Skip to content

Commit

Permalink
[luci-quantize] Add dynamic shape inference tests for quantize.
Browse files Browse the repository at this point in the history
This commit add dynamic shape inference tests for quantize.
ONE-DCO-1.0-Signed-off-by: kyeong8139 <[email protected]>
  • Loading branch information
kyeong8139 committed Aug 28, 2024
1 parent 930bb06 commit c5b2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/luci/service/src/Nodes/CircleQuantize.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TEST(CloneNodeTest, clone_Quantize)
auto cloned = luci::clone_node(node_q, gc.get());
ASSERT_NE(nullptr, cloned);
ASSERT_EQ(gc.get(), cloned->graph());

auto cloned_q = dynamic_cast<luci::CircleQuantize *>(cloned);
ASSERT_NE(nullptr, cloned_q);
}
Expand Down

0 comments on commit c5b2418

Please sign in to comment.