CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
CNum::Deploy::InferenceAPI< ModelType, Storage > Member List

This is the complete list of members for CNum::Deploy::InferenceAPI< ModelType, Storage >, including all inherited members.

add_inference_route(crow::HTTPMethod method, InferenceRouteFunction route)CNum::Deploy::InferenceAPI< ModelType, Storage >
add_regular_route(crow::HTTPMethod method, RegularRouteFunction route)CNum::Deploy::InferenceAPI< ModelType, Storage >
InferenceAPI(::std::string path, PreprocessFunction preprocess, PostprocessFunction postprocess, ::std::string allowed_origins="*", size_t n_models=20, unsigned short port=18080)CNum::Deploy::InferenceAPI< ModelType, Storage >
start()CNum::Deploy::InferenceAPI< ModelType, Storage >