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

[Fix] std::accumulate include in TensorImpl

parent 124c6d39
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!65[Add] broadcasting for Arithmetic Operators
Pipeline #39616 passed
......@@ -12,7 +12,7 @@
#ifndef AIDGE_TENSORIMPL_H_
#define AIDGE_TENSORIMPL_H_
#include <algorithm> // std::accumulate
#include <numeric> // std::accumulate
#include <cstddef> // std::size_t
#include <functional> // std::multiplies
#include <vector>
......
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