Skip to content

Commit a4ce91e

Browse files
committed
rename files
1 parent 89ef1ae commit a4ce91e

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Graph/build.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "layers/SplitLayer.hpp"
3232
#include "layers/Tensor.hpp"
3333
#include "layers/TransposeLayer.hpp"
34-
#include "layers_oneDNN/EWLayer_oneDNN.hpp"
34+
#include "layers_oneDNN/EWLayer.hpp"
3535

3636
std::unordered_map<std::string, std::string> model_paths = {
3737
{"alexnet_mnist", MODEL_PATH_H5},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "layers_oneDNN/EWLayer_oneDNN.hpp"
1+
#include "layers_oneDNN/EWLayer.hpp"
22

33
#include <iostream>
44
#include <stdexcept>

test/single_layer/test_ewlayer_onednn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "gtest/gtest.h"
77
#include "layers/EWLayer.hpp"
8-
#include "layers_oneDNN/EWLayer_oneDNN.hpp"
8+
#include "layers_oneDNN/EWLayer.hpp"
99

1010
using namespace it_lab_ai;
1111

0 commit comments

Comments
 (0)