|
CNum 0.2.1
CPU-optimized ML library for C++
|
#include "crow.h"#include <functional>#include <string.h>#include "CNum/Deploy/Deploy.tpp"Go to the source code of this file.
Classes | |
| struct | CNum::Deploy::PathString |
| The path of a route in the REST API. More... | |
| class | CNum::Deploy::InferenceAPI< ModelType, Storage > |
| A REST API for making predictions with CNum models. More... | |
Namespaces | |
| namespace | CNum::Deploy |
| Tools for creating REST APIs. | |
| namespace | CNum |
| The umbrella namespace from which you can access all modules of CNum. | |
Variables | |
| constexpr size_t | CNum::Deploy::MAX_URL_LEN = 50 |
| The maximum length of a path for a route in the REST API. | |