Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eshiryae committed Dec 17, 2024
1 parent c16b4de commit 0f2dd5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/cpp/src/whisper/whisper_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 Intel Corporation
// Copyright (C) 2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#include "whisper_utils.hpp"
Expand All @@ -16,7 +16,7 @@ void filter_by_ranges(std::vector<T>& value, size_t offset, std::vector<std::pai
value = result;
}

} // namespace
} // namespace

namespace ov {
namespace genai {
Expand All @@ -41,6 +41,6 @@ void filter_non_segment_metrics(ov::genai::RawPerfMetrics& raw_metrics,
filter_by_ranges(raw_metrics.m_batch_sizes, offset, ranges);
}

} // namespace utils
} // namespace utils
} // namespace genai
} // namespace ov
} // namespace ov
8 changes: 4 additions & 4 deletions src/cpp/src/whisper/whisper_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023-2024 Intel Corporation
// Copyright (C) 2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#pragma once
Expand All @@ -17,6 +17,6 @@ void filter_non_segment_metrics(ov::genai::RawPerfMetrics& raw_metrics,
size_t offset,
std::vector<std::pair<size_t, size_t>>& ranges);

} //namespace utils
} // namespace genai
} // namespace ov
} //namespace utils
} // namespace genai
} // namespace ov

0 comments on commit 0f2dd5c

Please sign in to comment.