Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc2halide.h File Reference
#include <Halide/Halide.h>
#include "tc/external/isl.h"
#include "tc/lang/tree.h"
#include "tc/lang/tree_views.h"
Include dependency graph for tc2halide.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tc2halide::HalideComponents
 

Namespaces

 tc2halide
 

Functions

HalideComponents tc2halide::translate (isl::ctx ctx, const lang::TreeRef &treeRef, bool throwWarnings=false)
 
HalideComponents tc2halide::translate (isl::ctx ctx, const std::string &tc, bool throwWarnings=false)
 

Variables

Halide::Internal::Call::ConstString tc2halide::kReductionInit = "ReductionInit"
 
Halide::Internal::Call::ConstString tc2halide::kReductionUpdate = "ReductionUpdate"