|
TVM
0.9.4
|
#include <tvm/solver/LSSOLLeastSquareSolver.h>


Public Member Functions | |
| LSSOLLSSolverFactory (const LSSOLLSSolverOptions &options={}) | |
| std::unique_ptr< abstract::LSSolverFactory > | clone () const override |
| std::unique_ptr< abstract::LeastSquareSolver > | createSolver () const override |
Public Member Functions inherited from tvm::solver::abstract::LSSolverFactory | |
| virtual | ~LSSolverFactory ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from tvm::solver::abstract::LSSolverFactory | |
| LSSolverFactory (const std::string &solverName) | |
A factory class to create LSSOLLeastSquareSolver instances with a given set of options.
| tvm::solver::LSSOLLSSolverFactory::LSSOLLSSolverFactory | ( | const LSSOLLSSolverOptions & | options = {} | ) |
Creation of a configuration from a set of options
|
overridevirtual |
Implements tvm::solver::abstract::LSSolverFactory.
|
overridevirtual |
Implements tvm::solver::abstract::LSSolverFactory.