Halide 18.0.0
Halide compiler and libraries
|
Defines Func - the front-end handle on a halide function, and related classes. More...
#include "Argument.h"
#include "Expr.h"
#include "JITModule.h"
#include "Module.h"
#include "Param.h"
#include "Pipeline.h"
#include "RDom.h"
#include "Target.h"
#include "Tuple.h"
#include "Var.h"
#include <map>
#include <utility>
Go to the source code of this file.
Classes | |
struct | Halide::VarOrRVar |
A class that can represent Vars or RVars. More... | |
class | Halide::Stage |
A single definition of a Func. More... | |
class | Halide::FuncRef |
A fragment of front-end syntax of the form f(x, y, z), where x, y, z are Vars or Exprs. More... | |
class | Halide::FuncTupleElementRef |
A fragment of front-end syntax of the form f(x, y, z)[index], where x, y, z are Vars or Exprs. More... | |
class | Halide::EvictionKey |
Helper class for identifying purpose of an Expr passed to memoize. More... | |
class | Halide::Func |
A halide function. More... | |
Namespaces | |
namespace | 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. | |
namespace | Halide::Internal |
Typedefs | |
typedef Stage | Halide::ScheduleHandle |
Defines Func - the front-end handle on a halide function, and related classes.
Definition in file Func.h.