Tensor Comprehensions
|
#include <Halide/Halide.h>
#include "tc/external/isl.h"
#include "tc/lang/tree.h"
#include "tc/lang/tree_views.h"
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" |