Home
last modified time | relevance | path

Searched refs:jit_options_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Doracle_function.cpp290 compiler_plugin_, jit_options_); in jit_dependencies()
H A Dfunction_internal.cpp353 opts["jit_options"] = jit_options_; in generate_options()
416 jit_options_ = op.second; in init()
577 compiler_ = Importer(gen.generate(), compiler_plugin_, jit_options_); in finalize()
3565 s.pack("FunctionInternal::jit_options", jit_options_); in serialize_body()
3651 s.unpack("FunctionInternal::jit_options", jit_options_); in FunctionInternal()
H A Dfunction_internal.hpp927 Dict jit_options_; member in casadi::FunctionInternal
/dports/math/casadi/casadi-3.5.5/casadi/solvers/
H A Dscpgen.cpp552 compiler_ = Importer(cname, compiler_plugin_, jit_options_); in init()