Skip to content

Commit ef12386

Browse files
committed
Fix format
1 parent 8fbd0e4 commit ef12386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/reference/include/openvino/reference/adaptive_rkv_diversity.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class AdaptiveRKVDiversityCalculator {
168168
sizeof(T),
169169
/* starts = */ {m_start_size, m_start_size},
170170
/* steps = */ {1, 1},
171-
/* axes = */ {1, 2}); // stops are defined by output shape
171+
/* axes = */ {1, 2}); // stops are defined by output shape
172172
cos_similar_buf.reset();
173173

174174
fill_diagonal_(evictable_subset_buf.get(), evictable_subset_shape, 0.0);

0 commit comments

Comments
 (0)