Treelite
|
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 <dmlc/logging.h>
#include <dmlc/io.h>
#include <dmlc/timer.h>
#include <cstdint>
#include <algorithm>
#include <memory>
#include <fstream>
#include <limits>
#include <functional>
#include <type_traits>
#include "thread_pool/thread_pool.h"
#include <dlfcn.h>
Go to the source code of this file.
Load prediction function exported as a shared library.
Copyright (c) 2017-2020 by Contributors
Definition in file predictor.cc.