#include <JITModule.h>
Definition at line 286 of file JITModule.h.
◆ JITCache() [1/2]
Halide::Internal::JITCache::JITCache |
( |
| ) |
|
|
default |
◆ JITCache() [2/2]
◆ get_compiled_jit_target()
Target Halide::Internal::JITCache::get_compiled_jit_target |
( |
| ) |
const |
◆ call_jit_code()
int Halide::Internal::JITCache::call_jit_code |
( |
const void *const * | args | ) |
|
◆ finish_profiling()
void Halide::Internal::JITCache::finish_profiling |
( |
JITUserContext * | context | ) |
|
◆ jit_target
Target Halide::Internal::JITCache::jit_target |
◆ arguments
std::vector<Argument> Halide::Internal::JITCache::arguments |
◆ jit_externs
std::map<std::string, JITExtern> Halide::Internal::JITCache::jit_externs |
◆ jit_module
JITModule Halide::Internal::JITCache::jit_module |
◆ wasm_module
WasmModule Halide::Internal::JITCache::wasm_module |
The documentation for this struct was generated from the following file: