TVM  0.9.4
helpers.h File Reference
#include <tvm/api.h>
#include <tvm/defs.h>
#include <tvm/constraint/enums.h>
#include <vector>
Include dependency graph for helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tvm
 
 tvm::hint
 
 tvm::hint::internal
 
 tvm::function
 
 tvm::scheme
 
 tvm::scheme::internal
 

Functions

template<typename Problem , typename Scheme >
ProblemComputationData * tvm::scheme::internal::getComputationData (Problem &problem, const Scheme &resolutionScheme)
 
bool TVM_DLLAPI tvm::scheme::internal::isBound (const ConstraintPtr &c)
 
bool TVM_DLLAPI tvm::scheme::internal::isBound (const ConstraintPtr &c, const hint::internal::Substitutions &subs)
 
bool TVM_DLLAPI tvm::scheme::internal::isBound (const ConstraintPtr &c, const std::vector< VariablePtr > &x, const std::vector< std::shared_ptr< function::BasicLinearFunction >> &xsub)
 
bool TVM_DLLAPI tvm::scheme::internal::canBeUsedAsBound (const ConstraintPtr &c, const hint::internal::Substitutions &subs, constraint::Type targetConvention)
 
bool TVM_DLLAPI tvm::scheme::internal::canBeUsedAsBound (const ConstraintPtr &c, const std::vector< VariablePtr > &x, const std::vector< std::shared_ptr< function::BasicLinearFunction >> &xsub, constraint::Type targetConvention)