This commit is contained in:
Chao Liu
2019-04-08 10:48:29 -05:00
parent c9fa46af0b
commit 268d1c717c
14 changed files with 120 additions and 102 deletions

View File

@@ -22,8 +22,7 @@ std::ostream& LogRange(std::ostream& os, Range&& range, std::string delim)
return os;
}
typedef enum
{
typedef enum {
Half = 0,
Float = 1,
} DataType_t;