summaryrefslogtreecommitdiff
path: root/runtimes/template/src/compilation.h
blob: 7a28742b45626da6ecd217ff617d5555a35a7884 (plain)
1
2
3
4
5
6
7
8
#ifndef __COMPILATION_H__
#define __COMPILATION_H__

struct ANeuralNetworksCompilation
{
};

#endif