Skip to content
Snippets Groups Projects
Commit ddc91ac9 authored by Vincent Templier's avatar Vincent Templier
Browse files

Add aidge_cpu header file

parent 247eb61f
No related branches found
No related tags found
No related merge requests found
#include "data/TensorImpl.hpp"
#include "operator/AddImpl.hpp"
#include "operator/ConvImpl.hpp"
#include "operator/FCImpl.hpp"
#include "operator/ProducerImpl.hpp"
#include "operator/ReLUImpl.hpp"
\ No newline at end of file
#include <pybind11/pybind11.h> #include <pybind11/pybind11.h>
// Need to call this header to register every impl // Need to call this header to register every impl
#include "data/TensorImpl.hpp" #include "aidge_cpu.hpp"
#include "operator/AddImpl.hpp"
namespace py = pybind11; namespace py = pybind11;
......
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