Halide 19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
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 685 of file Func.h.

Constructor & Destructor Documentation

◆ EvictionKey()

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

Definition at line 691 of file Func.h.

Member Data Documentation

◆ key

Expr Halide::EvictionKey::key
protected

Definition at line 687 of file Func.h.


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