Skip to content

Commit 02816ff

Browse files
committed
fix c
1 parent 4cde14a commit 02816ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/layers/ConcatLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "layers/ConñatLayer.hpp"
1+
#include "layers/ConcatLayer.hpp"
22

33
namespace it_lab_ai {
44

test/single_layer/test_concatlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <vector>
22

33
#include "gtest/gtest.h"
4-
#include "layers/ConсatLayer.hpp"
4+
#include "layers/ConcatLayer.hpp"
55
#include "layers/Tensor.hpp"
66

77
using namespace it_lab_ai;

0 commit comments

Comments
 (0)