#include <ParamMap.h>
Definition at line 17 of file ParamMap.h.
◆ ParamMap() [1/2]
| Halide::ParamMap::ParamMap |
( |
| ) |
|
|
default |
◆ ParamMap() [2/2]
| Halide::ParamMap::ParamMap |
( |
const std::initializer_list< ParamMapping > & |
init | ) |
|
◆ set() [1/2]
template<typename T >
| void Halide::ParamMap::set |
( |
const Param< T > & |
p, |
|
|
T |
val |
|
) |
| |
|
inline |
◆ set() [2/2]
◆ size()
| size_t Halide::ParamMap::size |
( |
| ) |
const |
|
inline |
◆ map() [1/2]
If there is an entry in the ParamMap for this Parameter, return it.
Otherwise return the parameter itself.
◆ map() [2/2]
◆ empty_map()
| static const ParamMap & Halide::ParamMap::empty_map |
( |
| ) |
|
|
inlinestatic |
A const ref to an empty ParamMap.
Useful for default function arguments, which would otherwise require a copy constructor (with llvm in c++98 mode)
Definition at line 104 of file ParamMap.h.
The documentation for this class was generated from the following file: