tvm
|
#include <analyzer.h>
Public Member Functions | |
IntSet | operator() (const PrimExpr &expr, const Map< Var, IntSet > &dom_map) |
Find a symbolic integer set that contains all possible values of expr given the domain of each variables. More... | |
Friends | |
class | Analyzer |
Integer set analyzer.
IntSet tvm::arith::IntSetAnalyzer::operator() | ( | const PrimExpr & | expr, |
const Map< Var, IntSet > & | dom_map | ||
) |
Find a symbolic integer set that contains all possible values of expr given the domain of each variables.
expr | The expression of interest. |
dom_map | The domain map to indicate which variable to relax. |
|
friend |