FreeTensor
Loading...
Searching...
No Matches
Namespaces | Functions
min_max.cc File Reference
#include <functional>
#include <unordered_map>
#include <hash.h>
#include <math/min_max.h>
Include dependency graph for min_max.cc:

Namespaces

namespace  freetensor
 

Functions

Expr freetensor::makeMinMaxImpl (const std::vector< std::vector< Expr > > &exprs, const std::function< Expr()> &inf, const std::function< Expr()> &negInf)
 
Expr freetensor::makeMaxMinImpl (const std::vector< std::vector< Expr > > &exprs, const std::function< Expr()> &inf, const std::function< Expr()> &negInf)
 
Expr freetensor::makeLOrLAnd (const std::vector< std::vector< Expr > > &exprs)