This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tkDNN/include/tkDNN/tkdnn.h
T
Francesco Gatti fa9db167b8 version 0.7
2022-03-30 17:48:02 +02:00

9 lines
169 B
C

/**
This is the core header of the library, it should be used only this
*/
#include "Network.h"
#include "Layer.h"
#include "NetworkRT.h"
#define TKDNN_VERSION 700