TVM  0.9.4
AffineExpr.h File Reference
#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>
Include dependency graph for AffineExpr.h:
This graph shows which files directly or indirectly include this file:

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)