|
TVM
0.9.4
|
#include <tvm/api.h>#include <tvm/defs.h>#include <tvm/Variable.h>#include <tvm/internal/meta.h>#include <tvm/utils/internal/AffineExprDetail.h>#include <Eigen/Core>#include <tuple>#include <tvm/utils/internal/AffineExprOperators.h>

Go to the source code of this file.
Classes | |
| class | tvm::utils::LinearExpr< Derived > |
| class | tvm::utils::AffineExpr< CstDerived, Derived > |
Namespaces | |
| tvm | |
| tvm::utils | |
Functions | |
| template<typename CstDerived , typename... Derived> | |
| AffineExpr< CstDerived, Derived... > | tvm::utils::make_AffineExpr (const CstDerived &constant, const std::tuple< LinearExpr< Derived >... > &linear) |