1 #ifndef HALIDE_EXTERNFUNCARGUMENT_H 2 #define HALIDE_EXTERNFUNCARGUMENT_H 33 template<
typename T,
int Dims>
73 #endif // HALIDE_EXTERNFUNCARGUMENT_H
Internal::FunctionPtr func
A fragment of Halide syntax.
bool is_image_param() const
ExternFuncArgument()=default
A possibly-weak pointer to a Halide function.
A reference-counted handle to a parameter to a halide pipeline.
#define internal_assert(c)
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
ExternFuncArgument(float e)
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt) ...
ExternFuncArgument(const Parameter &p)
ExternFuncArgument(Buffer< T, Dims > b)
Defines the internal representation of parameters to halide piplines.
ExternFuncArgument(Expr e)
An argument to an extern-defined Func.
ExternFuncArgument(Internal::FunctionPtr f)
bool is_buffer() const
Does this parameter refer to a buffer/image?
ExternFuncArgument(int e)