Halide 19.0.0
Halide compiler and libraries
|
#include <Cache.h>
Static Public Member Functions | |
static CachingOptions | MakeOptionsFromParams (const Adams2019Params ¶ms) |
Public Attributes | |
bool | cache_blocks = false |
bool | cache_features = false |
|
inlinestatic |
Definition at line 80 of file Cache.h.
References cache_blocks, cache_features, Halide::Internal::Autoscheduler::Adams2019Params::disable_memoized_blocks, and Halide::Internal::Autoscheduler::Adams2019Params::disable_memoized_features.
bool Halide::Internal::Autoscheduler::CachingOptions::cache_blocks = false |
Definition at line 77 of file Cache.h.
Referenced by Halide::Internal::Autoscheduler::Cache::Cache(), and MakeOptionsFromParams().
bool Halide::Internal::Autoscheduler::CachingOptions::cache_features = false |
Definition at line 78 of file Cache.h.
Referenced by MakeOptionsFromParams().