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 event
9 {
10 
11 enum class Type
12 {
14 };
15 }
16 
17 } // namespace tvm
Type
Definition: enums.h:12
Definition: Clock.h:12