Skip to content
Snippets Groups Projects

feat/operator_globalAveragePooling

Merged Grégoire Kubler requested to merge (removed):feat/operator_globalAveragePooling into dev
Files
7
@@ -12,10 +12,10 @@
@@ -12,10 +12,10 @@
#ifndef AIDGE_CPU_OPERATOR_FCIMPL_FORWARD_KERNEL_H_
#ifndef AIDGE_CPU_OPERATOR_FCIMPL_FORWARD_KERNEL_H_
#define AIDGE_CPU_OPERATOR_FCIMPL_FORWARD_KERNEL_H_
#define AIDGE_CPU_OPERATOR_FCIMPL_FORWARD_KERNEL_H_
#include "aidge/utils/Registrar.hpp"
#include <algorithm>
#include <algorithm>
#include "aidge/backend/cpu/operator/FCImpl.hpp"
#include "aidge/backend/cpu/operator/FCImpl.hpp"
 
#include "aidge/utils/Registrar.hpp"
namespace Aidge {
namespace Aidge {
// template <class I, class W, class B, class O>
// template <class I, class W, class B, class O>
Loading