Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc::code::c Namespace Reference

Variables

constexpr auto types
 
constexpr auto mathFunctionDecl
 

Variable Documentation

constexpr auto tc::code::c::mathFunctionDecl
constexpr auto tc::code::c::types
Initial value:
= R"C( // Halide type handling typedef int int32; typedef long int64; typedef float float32; typedef double float64; )C"