TVM  0.9.4
AutoCalculator.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #include <tvm/api.h>
6 #include <tvm/defs.h>
7 
9 
10 namespace tvm
11 {
12 
13 namespace hint
14 {
15 
16 namespace internal
17 {
18 
33 {
34 protected:
35  std::unique_ptr<abstract::SubstitutionCalculatorImpl> impl_(const std::vector<LinearConstraintPtr> & cstr,
36  const std::vector<VariablePtr> & x,
37  int rank) const override;
38 };
39 
40 } // namespace internal
41 
42 } // namespace hint
43 
44 } // namespace tvm
#define TVM_DLLAPI
Definition: api.h:35
Definition: SubstitutionCalculator.h:27
Definition: AutoCalculator.h:33
std::unique_ptr< abstract::SubstitutionCalculatorImpl > impl_(const std::vector< LinearConstraintPtr > &cstr, const std::vector< VariablePtr > &x, int rank) const override
Definition: Clock.h:12