Halide 19.0.0
Halide compiler and libraries
|
#include <RegionCosts.h>
Public Member Functions | |
Cost (int64_t arith, int64_t memory) | |
Cost (Expr arith, Expr memory) | |
Cost ()=default | |
bool | defined () const |
void | simplify () |
Public Attributes | |
Expr | arith |
Expr | memory |
Definition at line 21 of file RegionCosts.h.
Definition at line 27 of file RegionCosts.h.
Definition at line 30 of file RegionCosts.h.
|
default |
|
inline |
Definition at line 35 of file RegionCosts.h.
References arith, Halide::Internal::IntrusivePtr< T >::defined(), and memory.
void Halide::Internal::Cost::simplify | ( | ) |
Expr Halide::Internal::Cost::arith |
Definition at line 23 of file RegionCosts.h.
Referenced by defined().
Expr Halide::Internal::Cost::memory |
Definition at line 25 of file RegionCosts.h.
Referenced by defined().