EcmoSimulation.zip (13.8 KB)
Made some slight changes in code as I could not find the source for
#include "NNERuntimeORTCpu.h"
Is it in a newer branch from github?
Anyway I got it to compile with no errors after switching to #include "NNERuntimeCPU.h"
and changing some the unique pointers to shared as those were the returns from source.
Also the validators returned enums instead of int’s or bools
Added the NNE module to the dependencies.
Can’t test it as unfortunately no tensor cores on my pc