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

Update includes

parent 461ece94
No related branches found
No related tags found
2 merge requests!50version 0.2.0,!42feat/operator_globalAveragePooling
Pipeline #42604 failed
...@@ -12,17 +12,17 @@ ...@@ -12,17 +12,17 @@
#ifndef AIDGE_CPU_OPERATOR_GLOBALAVERAGEPOOLINGIMPL_FORWARD_KERNEL_H_ #ifndef AIDGE_CPU_OPERATOR_GLOBALAVERAGEPOOLINGIMPL_FORWARD_KERNEL_H_
#define AIDGE_CPU_OPERATOR_GLOBALAVERAGEPOOLINGIMPL_FORWARD_KERNEL_H_ #define AIDGE_CPU_OPERATOR_GLOBALAVERAGEPOOLINGIMPL_FORWARD_KERNEL_H_
#include <functional> #include <cstddef>
#include <numeric> #include <functional> // std::multiplies
#include <numeric> // std::accumulate
#include <vector> #include <vector>
#include "aidge/backend/cpu/operator/GlobalAveragePoolingImpl.hpp"
#include "aidge/data/Data.hpp" #include "aidge/data/Data.hpp"
#include "aidge/utils/ErrorHandling.hpp"
#include "aidge/utils/Registrar.hpp" #include "aidge/utils/Registrar.hpp"
#include "aidge/utils/Types.h" #include "aidge/utils/Types.h"
#include <cmath>
#include <cstddef>
#include "aidge/backend/cpu/operator/GlobalAveragePoolingImpl.hpp"
namespace Aidge { namespace Aidge {
template <class I, class O> template <class I, class O>
......
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