Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc::halide2isl::SymbolTable Struct Reference

Find and categorize all variables referenced in a piece of Halide IR. More...

#include <halide2isl.h>

Collaboration diagram for tc::halide2isl::SymbolTable:

Public Attributes

std::vector< std::string > reductionVars
 
std::vector< std::string > idxVars
 
std::vector
< Halide::Internal::Parameter > 
params
 

Detailed Description

Find and categorize all variables referenced in a piece of Halide IR.

Member Data Documentation

std::vector<std::string> tc::halide2isl::SymbolTable::idxVars
std::vector<Halide::Internal::Parameter> tc::halide2isl::SymbolTable::params
std::vector<std::string> tc::halide2isl::SymbolTable::reductionVars

The documentation for this struct was generated from the following file: