Skip to content

Commit

Permalink
Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov-alexey committed Jan 15, 2025
1 parent d83f318 commit 3f7a027
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/plugins/intel_npu/src/plugin/npuw/serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,7 @@ void ov::npuw::s11n::write(std::ostream& stream, const ov::Output<const ov::Node
write(stream, var.get_names());
}

enum class AnyType : int {
STRING = 0,
CHARS,
INT,
UINT32,
INT64,
UINT64,
SIZET,
FLOAT,
BOOL
};
enum class AnyType : int { STRING = 0, CHARS, INT, UINT32, INT64, UINT64, SIZET, FLOAT, BOOL };

void ov::npuw::s11n::write_any(std::ostream& stream, const ov::Any& var) {
// FIXME: figure out a proper way to serialize Any (for config)
Expand Down

0 comments on commit 3f7a027

Please sign in to comment.