Halide 19.0.0
Halide compiler and libraries
|
#include <JITModule.h>
Public Member Functions | |
JITFuncCallContext (JITUserContext *context, const JITHandlers &pipeline_handlers) | |
void | finalize (int exit_status) |
Public Attributes | |
JITErrorBuffer | error_buffer |
JITUserContext * | context |
bool | custom_error_handler |
Definition at line 320 of file JITModule.h.
Halide::Internal::JITFuncCallContext::JITFuncCallContext | ( | JITUserContext * | context, |
const JITHandlers & | pipeline_handlers ) |
void Halide::Internal::JITFuncCallContext::finalize | ( | int | exit_status | ) |
JITErrorBuffer Halide::Internal::JITFuncCallContext::error_buffer |
Definition at line 321 of file JITModule.h.
JITUserContext* Halide::Internal::JITFuncCallContext::context |
Definition at line 322 of file JITModule.h.
bool Halide::Internal::JITFuncCallContext::custom_error_handler |
Definition at line 323 of file JITModule.h.