Create an intermediate representation.

This way the visualiser does not need to know all about caffe, and can
just work on the intermediate representation which is a lot easier on
the compiler.
This commit is contained in:
2017-10-12 14:21:53 +02:00
parent c725fcb8df
commit 19390f8d4f
6 changed files with 157 additions and 31 deletions

View File

@@ -10,6 +10,7 @@
namespace fmri
{
typedef float DType;
template<class T>
inline T identity(T t) {
@@ -57,4 +58,4 @@ namespace fmri
return res;
}
}
}