未验证 提交 a1832474 编写于 作者: Y Yuanle Liu 提交者: GitHub

adjust enum order (#52405)

上级 92547a0e
...@@ -52,14 +52,14 @@ class InternalUtils; ...@@ -52,14 +52,14 @@ class InternalUtils;
/// \brief Paddle data type. /// \brief Paddle data type.
enum DataType { enum DataType {
FLOAT32,
INT64, INT64,
INT32, INT32,
UINT8, UINT8,
INT8, INT8,
FLOAT64,
FLOAT32,
FLOAT16, FLOAT16,
BOOL, BOOL,
FLOAT64,
// TODO(Inference): support more data types if needed. // TODO(Inference): support more data types if needed.
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册