Halide
Halide::EvictionKey Class Reference

Helper class for identifying purpose of an Expr passed to memoize. More...

#include <Func.h>

Public Member Functions

 EvictionKey (const Expr &expr=Expr())
 

Protected Attributes

Expr key
 

Detailed Description

Helper class for identifying purpose of an Expr passed to memoize.

Definition at line 672 of file Func.h.

Constructor & Destructor Documentation

◆ EvictionKey()

Halide::EvictionKey::EvictionKey ( const Expr expr = Expr())
inlineexplicit

Definition at line 678 of file Func.h.

Member Data Documentation

◆ key

Expr Halide::EvictionKey::key
protected

Definition at line 674 of file Func.h.


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