CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
Model.h
Go to the documentation of this file.
1#ifndef MODEL_H
2#define MODEL_H
3
4#include "CNum/Model/Loss.h"
8
13namespace CNum::Model {};
14
15#endif
The namespace containing the ML models in CNum.