Skip to content
Snippets Groups Projects
Commit a2485823 authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Olivier BICHLER
Browse files

chore : cleanup headers

parent c368906d
No related branches found
No related tags found
2 merge requests!166Update 0.5.0 -> 0.6.0,!142feat_operator_convtranspose
......@@ -13,16 +13,12 @@
#define AIDGE_CPU_OPERATOR_CONVIMPL_KERNELS_H_
#include <array>
#include <memory>
#include <tuple>
#include <vector>
#include <cstdint>
#include <fmt/base.h>
#include "aidge/backend/cpu/operator/OperatorImpl.hpp"
#include "aidge/backend/cpu/operator/ConvImpl.hpp"
#include "aidge/operator/Conv.hpp"
#include "aidge/utils/Registrar.hpp"
#include "aidge/utils/Types.h"
#include "aidge/backend/cpu/data/GetCPUPtr.h"
namespace Aidge {
using std::array;
......
......@@ -13,14 +13,9 @@
#include "aidge/backend/cpu/operator/ConvImpl_kernels.hpp"
#include <cassert>
#include <chrono> // std::chrono::milliseconds
#include <numeric> // std::accumulate
#include <thread> // std::this_thread::sleep_for
#include <vector>
#include "aidge/backend/cpu/data/GetCPUPtr.h"
#include "aidge/operator/Conv.hpp"
#include "aidge/utils/Types.h"
namespace Aidge {
......
......@@ -315,5 +315,5 @@ TEST_CASE("[cpu/operator] Clip", "[Clip][CPU]")
Log::info("total time: {}\n", duration.count());
}
}
} // namespace Aidge
}
\ No newline at end of file
}
} // namespace Aidge
......@@ -17,6 +17,7 @@
#include "aidge/backend/cpu/operator/ConvImpl.hpp"
#include "aidge/data/Data.hpp" // DataType
#include "aidge/data/Tensor.hpp"
#include "aidge/filler/Filler.hpp"
#include "aidge/graph/Node.hpp"
#include "aidge/operator/Conv.hpp"
#include "aidge/utils/TensorUtils.hpp"
......
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