Treelite
Classes
predictor.cc File Reference

Load prediction function exported as a shared library. More...

#include <treelite/predictor.h>
#include <treelite/math.h>
#include <treelite/data.h>
#include <treelite/typeinfo.h>
#include <cstdint>
#include <algorithm>
#include <memory>
#include <fstream>
#include <limits>
#include <functional>
#include <type_traits>
#include <chrono>
#include "thread_pool/thread_pool.h"
#include <dlfcn.h>
Include dependency graph for predictor.cc:

Go to the source code of this file.

Classes

class  PredFunctionInitDispatcher< ThresholdType, LeafOutputType >
 
class  ShrinkResultToFit< LeafOutputType >
 
class  AllocateOutputVector< LeafOutputType >
 
class  DeallocateOutputVector< LeafOutputType >
 

Detailed Description

Load prediction function exported as a shared library.

Copyright (c) 2017-2021 by Contributors

Author
Hyunsu Cho

Definition in file predictor.cc.