treelite
|
C code generator (fail-safe). The generated code will mimic prediction logic found in XGBoost. More...
#include <unordered_map>
#include <set>
#include <tuple>
#include <utility>
#include <cmath>
#include <treelite/tree.h>
#include <treelite/compiler.h>
#include <treelite/common.h>
#include <fmt/format.h>
#include "./param.h"
#include "./pred_transform.h"
#include "./elf/elf_formatter.h"
Go to the source code of this file.
Classes | |
class | FailSafeCompiler |
Macros | |
#define | DLLEXPORT_KEYWORD "" |
Functions | |
DMLC_REGISTRY_FILE_TAG (failsafe) | |
describe ("Simple compiler to express trees as a tight for-loop") .set_body([](const CompilerParam ¶m) -> Compiler * | |
C code generator (fail-safe). The generated code will mimic prediction logic found in XGBoost.
Copyright (c) 2019 by Contributors
Definition in file failsafe.cc.