Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousPanCake committed Dec 13, 2024
1 parent a98e479 commit 6d3052c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/transformations/tests/utils/convert_precision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1940,12 +1940,6 @@ TEST(TransformationTests, ConvertPrecision_DivisionByZeroMinimalPattern) {
empty_type_to_fuse_map,
keep_precision_sensitive_in_fp32);
manager.run_passes(model);

std::cout << "MODEL AFTER TRANSFORMATIONS" << std::endl;
for (auto op : model->get_ordered_ops()) {
std::cout << op << std::endl;
}
std::cout << "---" << std::endl;
}

{
Expand Down

0 comments on commit 6d3052c

Please sign in to comment.