|
Halide 20.0.0
Halide compiler and libraries
|
Go to the source code of this file.
Classes | |
| struct | Halide::Runtime::Internal::CacheEntry |
| struct | Halide::Runtime::Internal::HashMap |
| struct | Halide::Runtime::Internal::THashMap< KeyType, ValueType > |
Namespaces | |
| namespace | Halide |
| This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
| namespace | Halide::Runtime |
| namespace | Halide::Runtime::Internal |
Macros | |
| #define | hashmap_malloc(user_context, size) halide_malloc(user_context, size) |
| #define | hashmap_free(user_context, memory) halide_free(user_context, memory) |
Typedefs | |
| typedef void(* | Halide::Runtime::Internal::copy_value_func) (uint8_t *dst, const uint8_t *src, size_t size) |
| typedef void(* | Halide::Runtime::Internal::destroy_value_func) (uint8_t *value, size_t size) |
Functions | |
| bool | Halide::Runtime::Internal::keys_equal (const uint8_t *key1, const uint8_t *key2, size_t key_size) |
| uint32_t | Halide::Runtime::Internal::djb_hash (const uint8_t *key, size_t key_size) |
| #define hashmap_malloc | ( | user_context, | |
| size | |||
| ) | halide_malloc(user_context, size) |
| #define hashmap_free | ( | user_context, | |
| memory | |||
| ) | halide_free(user_context, memory) |