Halide  12.0.1
Halide compiler and libraries
Halide::Internal::Autoscheduler::CachingOptions Struct Reference

#include <Cache.h>

Static Public Member Functions

static CachingOptions MakeOptionsFromEnviron ()
 

Public Attributes

bool cache_blocks = false
 
bool cache_features = false
 

Detailed Description

Definition at line 82 of file Cache.h.

Member Function Documentation

◆ MakeOptionsFromEnviron()

static CachingOptions Halide::Internal::Autoscheduler::CachingOptions::MakeOptionsFromEnviron ( )
inlinestatic

Member Data Documentation

◆ cache_blocks

bool Halide::Internal::Autoscheduler::CachingOptions::cache_blocks = false

◆ cache_features

bool Halide::Internal::Autoscheduler::CachingOptions::cache_features = false

Definition at line 84 of file Cache.h.

Referenced by MakeOptionsFromEnviron().


The documentation for this struct was generated from the following file: