Home
last modified time | relevance | path

Searched defs:LoweredArgument (Results 1 – 1 of 1) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DModule.h80 struct LoweredArgument : public Argument { struct
85 LoweredArgument() = default; argument
86 explicit LoweredArgument(const Argument &arg) in LoweredArgument() function
89LoweredArgument(const std::string &_name, Kind _kind, const Type &_type, uint8_t _dimensions, cons… in LoweredArgument() function