|
Halide 21.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 338 of file JITModule.h.
| Halide::Internal::JITFuncCallContext::JITFuncCallContext | ( | JITUserContext * | context, |
| const JITHandlers & | pipeline_handlers ) |
References context.
| void Halide::Internal::JITFuncCallContext::finalize | ( | int | exit_status | ) |
| JITErrorBuffer Halide::Internal::JITFuncCallContext::error_buffer |
Definition at line 339 of file JITModule.h.
| JITUserContext* Halide::Internal::JITFuncCallContext::context |
Definition at line 340 of file JITModule.h.
Referenced by JITFuncCallContext().
| bool Halide::Internal::JITFuncCallContext::custom_error_handler |
Definition at line 341 of file JITModule.h.