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

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

parents b31c6d04 fafa52d8
No related branches found
No related tags found
1 merge request!23Tiling
Pipeline #35144 passed
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
* *
********************************************************************************/ ********************************************************************************/
#ifndef AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H #ifndef AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H_
#define AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H #define AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H_
#include <cmath> #include <cmath>
#include <cstddef> #include <cstddef>
...@@ -103,4 +103,4 @@ static Registrar<ScalingImplForward_cpu> registrarScalingImplForward_cpu_Float64 ...@@ -103,4 +103,4 @@ static Registrar<ScalingImplForward_cpu> registrarScalingImplForward_cpu_Float64
} // namespace } // namespace
} // namespace Aidge } // namespace Aidge
#endif /* AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H */ #endif /* AIDGE_CPU_OPERATOR_SCALINGIMPL_FORWARD_KERNEL_H_ */
\ No newline at end of file \ No newline at end of file
...@@ -57,9 +57,9 @@ public: ...@@ -57,9 +57,9 @@ public:
NbElts_t getNbProducedData(const IOIndex_t outputIdx) const override final; NbElts_t getNbProducedData(const IOIndex_t outputIdx) const override final;
void updateConsummerProducer() override final; void updateConsummerProducer() override final;
void forward(); void forward() override;
void backward(); void backward() override;
}; };
......
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