|
TVM
0.9.4
|
#include <tvm/graph/internal/Log.h>
Public Member Functions | |
| template<typename E > | |
| EnumValue (E e) | |
| bool | operator< (const EnumValue &other) const |
| bool | operator== (const EnumValue &other) const |
Public Attributes | |
| std::type_index | type |
| int | value |
A non-enum representation of enum, as a pair (type of enum, value).
|
inline |
Build from an enum
|
inline |
|
inline |
| std::type_index tvm::graph::internal::Log::EnumValue::type |
| int tvm::graph::internal::Log::EnumValue::value |