TVM  0.9.4
LinearConstraint.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #include <tvm/defs.h>
6 
8 
9 #include <Eigen/Core>
10 
11 #include <initializer_list>
12 #include <memory>
13 
14 namespace tvm
15 {
16 
17 namespace constraint
18 {
19 
20 namespace abstract
21 {
22 
56 {
57 public:
59 
60 
63  void updateValue();
64 
65 protected:
71  LinearConstraint(Type ct, RHS cr, int m);
72 };
73 
74 } // namespace abstract
75 
76 } // namespace constraint
77 
78 } // namespace tvm
#define SET_UPDATES(SelfT,...)
Definition: AbstractNode.h:138
#define TVM_DLLAPI
Definition: api.h:35
Definition: Constraint.h:51
Definition: LinearConstraint.h:56
Type
Definition: enums.h:15
RHS
Definition: enums.h:30
Definition: Clock.h:12