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
,
19
GREATER_THAN
,
21
LOWER_THAN
,
23
DOUBLE_SIDED
24
};
25
29
enum class
RHS
30
{
32
ZERO
,
34
AS_GIVEN
,
36
OPPOSITE
37
};
38
39
}
// namespace constraint
40
41
}
// namespace tvm
tvm::constraint::Type
Type
Definition:
enums.h:15
tvm::constraint::Type::GREATER_THAN
@ GREATER_THAN
tvm::constraint::Type::DOUBLE_SIDED
@ DOUBLE_SIDED
tvm::constraint::Type::LOWER_THAN
@ LOWER_THAN
tvm::constraint::Type::EQUAL
@ EQUAL
tvm::constraint::RHS
RHS
Definition:
enums.h:30
tvm::constraint::RHS::AS_GIVEN
@ AS_GIVEN
tvm::constraint::RHS::ZERO
@ ZERO
tvm::constraint::RHS::OPPOSITE
@ OPPOSITE
tvm
Definition:
Clock.h:12
include
tvm
constraint
enums.h
Generated by
1.9.1