Halide
FunctionDAG.h File Reference
#include <algorithm>
#include <cstdint>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "Errors.h"
#include "Featurization.h"
#include "Halide.h"

Go to the source code of this file.

Classes

struct  Halide::Internal::Autoscheduler::OptionalRational
 
class  Halide::Internal::Autoscheduler::LoadJacobian
 
class  Halide::Internal::Autoscheduler::Span
 
struct  Halide::Internal::Autoscheduler::BoundContents
 
class  Halide::Internal::Autoscheduler::BoundContents::Layout
 
struct  Halide::Internal::Autoscheduler::FunctionDAG
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::SymbolicInterval
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Node
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Node::RegionComputedInfo
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Node::Loop
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Node::Stage
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Edge
 
struct  Halide::Internal::Autoscheduler::FunctionDAG::Edge::BoundInfo
 

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

Typedefs

using Halide::Internal::Autoscheduler::Bound = IntrusivePtr< const BoundContents >