Skip to content
Snippets Groups Projects
Commit 73193c4c authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge remote-tracking branch 'origin/master' into remove_unused_warning

parents 68ae2715 e697fd4d
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/Add.hpp" #include "aidge/operator/Add.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
#include <memory> #include <memory>
#include <cstdlib> #include <cstdlib>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/AvgPooling.hpp" #include "aidge/operator/AvgPooling.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include <memory> #include <memory>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/BatchNorm.hpp" #include "aidge/operator/BatchNorm.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include <memory> #include <memory>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/ConvDepthWise.hpp" #include "aidge/operator/ConvDepthWise.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
#include <cstdlib> #include <cstdlib>
#include <memory> #include <memory>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/Conv.hpp" #include "aidge/operator/Conv.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#include <memory> #include <memory>
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "operator/FC.hpp" #include "aidge/operator/FC.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/LeakyReLU.hpp" #include "aidge/operator/LeakyReLU.hpp"
using namespace Aidge; using namespace Aidge;
......
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/ReLU.hpp" #include "aidge/operator/ReLU.hpp"
#include <memory> #include <memory>
......
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include "data/Tensor.hpp" #include "aidge/data/Tensor.hpp"
#include "data/TensorImpl.hpp" #include "aidge/data/TensorImpl.hpp"
#include "aidge_cpu.hpp" #include "aidge_cpu.hpp"
#include "operator/Softmax.hpp" #include "aidge/operator/Softmax.hpp"
#include <memory> #include <memory>
......
0.0.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment