#include <JITModule.h>
|
| void(* | custom_print )(void *, const char *) |
| |
| void *(* | custom_malloc )(void *, size_t) |
| |
| void(* | custom_free )(void *, void *) |
| |
| int(* | custom_do_task )(void *, halide_task, int, uint8_t *) |
| |
| int(* | custom_do_par_for )(void *, halide_task, int, int, uint8_t *) |
| |
| void(* | custom_error )(void *, const char *) |
| |
| int32_t(* | custom_trace )(void *, const halide_trace_event_t *) |
| |
| void *(* | custom_get_symbol )(const char *name) |
| |
| void *(* | custom_load_library )(const char *name) |
| |
| void *(* | custom_get_library_symbol )(void *lib, const char *name) |
| |
Definition at line 142 of file JITModule.h.
◆ custom_print
| void(* Halide::Internal::JITHandlers::custom_print) (void *, const char *) |
|
inline |
◆ custom_malloc
| void*(* Halide::Internal::JITHandlers::custom_malloc) (void *, size_t) |
|
inline |
◆ custom_free
| void(* Halide::Internal::JITHandlers::custom_free) (void *, void *) |
|
inline |
◆ custom_do_task
| int(* Halide::Internal::JITHandlers::custom_do_task) (void *, halide_task, int, uint8_t *) |
|
inline |
◆ custom_do_par_for
| int(* Halide::Internal::JITHandlers::custom_do_par_for) (void *, halide_task, int, int, uint8_t *) |
|
inline |
◆ custom_error
| void(* Halide::Internal::JITHandlers::custom_error) (void *, const char *) |
|
inline |
◆ custom_trace
◆ custom_get_symbol
| void*(* Halide::Internal::JITHandlers::custom_get_symbol) (const char *name) |
|
inline |
◆ custom_load_library
| void*(* Halide::Internal::JITHandlers::custom_load_library) (const char *name) |
|
inline |
◆ custom_get_library_symbol
| void*(* Halide::Internal::JITHandlers::custom_get_library_symbol) (void *lib, const char *name) |
|
inline |
The documentation for this struct was generated from the following file: