1#ifndef TRIGGERALGS_COMPILEDMODELINTERFACE_HPP_
2#define TRIGGERALGS_COMPILEDMODELINTERFACE_HPP_
15class TreeliteModelBase;
33 bool Classify(
const float *result,
float &bdt_threshold);
bool Classify(const float *result, float &bdt_threshold)
void Predict(Entry *input, float *result)
std::unique_ptr< TreeliteModelBase > model_ptr
void ModelWarmUp(Entry *input)
CompiledModelInterface(int nbatch)
~CompiledModelInterface()