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

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

parents cd1bee12 c7696578
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -20,7 +20,7 @@
#include "aidge/data/Data.hpp"
#include "aidge/data/Tensor.hpp"
#include "aidge/utils/Types.h"
#include "aidge/hook/hook.hpp"
#include "aidge/hook/Hook.hpp"
namespace Aidge {
......
......@@ -18,6 +18,7 @@
#endif
#include <vector>
#include <string>
#include <set>
#ifdef PYBIND
namespace py = pybind11;
......
......@@ -14,6 +14,7 @@
#define AIDGE_UTILS_H_
#include <cstdio>
#include <memory>
#ifdef NO_EXCEPTIONS
#define AIDGE_THROW_OR_ABORT(ex, ...) \
......
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