TVM  0.9.4
enums.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 namespace tvm
6 {
7 
8 namespace constraint
9 {
10 
14 enum class Type
15 {
17  EQUAL,
21  LOWER_THAN,
24 };
25 
29 enum class RHS
30 {
32  ZERO,
34  AS_GIVEN,
36  OPPOSITE
37 };
38 
39 } // namespace constraint
40 
41 } // namespace tvm
Type
Definition: enums.h:15
RHS
Definition: enums.h:30
Definition: Clock.h:12