OmniSciDB
a5dc49c757
|
#include "TreeModelPredictionMgr.h"
#include "CodeGenerator.h"
#include "Parser/ParserNode.h"
#include <tbb/parallel_for.h>
Go to the source code of this file.
Functions | |
std::pair< std::vector < std::shared_ptr< const Analyzer::Constant > >, std::vector< const Analyzer::Constant * > > | generate_kernel_buffer_constants (CgenState *cgen_state_ptr, const std::vector< const int8_t * > &kernel_buffers, const bool hoist_literals) |
std::pair<std::vector<std::shared_ptr<const Analyzer::Constant> >, std::vector<const Analyzer::Constant*> > generate_kernel_buffer_constants | ( | CgenState * | cgen_state_ptr, |
const std::vector< const int8_t * > & | kernel_buffers, | ||
const bool | hoist_literals | ||
) |
Definition at line 137 of file TreeModelPredictionMgr.cpp.
References Parser::IntLiteral::analyzeValue(), CHECK, CHECK_EQ, CHECK_GE, and kENCODING_NONE.
Referenced by TreeModelPredictionMgr::codegen().