Halide
Parameter.h File Reference
#include <string>
#include "Buffer.h"
#include "IntrusivePtr.h"
#include "Type.h"
#include "Util.h"
#include "runtime/HalideRuntime.h"

Go to the source code of this file.

Classes

class  Halide::Internal::Parameter
 A reference-counted handle to a parameter to a halide pipeline. More...
 

Namespaces

 Halide
 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.
 
 Halide::Internal
 

Functions

void Halide::Internal::check_call_arg_types (const std::string &name, std::vector< Expr > *args, int dims)
 Validate arguments to a call to a func, image or imageparam. More...
 

Detailed Description

Defines the internal representation of parameters to halide piplines

Definition in file Parameter.h.