Skip to content

Commit

Permalink
code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Sep 21, 2023
1 parent 9b18e32 commit 3d91ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static const std::string& get_postponed_fp16_compression_tag() {
static const std::string postponed_fp16_compression_tag("postponed_fp16_compression");
return postponed_fp16_compression_tag;
}
}
} // namespace

void ov::disable_fp16_compression(const std::shared_ptr<Node>& node) {
auto& rt_info = node->get_rt_info();
Expand Down

0 comments on commit 3d91ce0

Please sign in to comment.