Commit 25e3772e authored by rocking's avatar rocking
Browse files

Revert "Remove unnecessary type"

This reverts commit 82086918.
parent f43f6542
...@@ -9,6 +9,7 @@ using WeiDataType = int8_t; ...@@ -9,6 +9,7 @@ using WeiDataType = int8_t;
using BiasDataType = int32_t; using BiasDataType = int32_t;
using RequantScaleDataType = float; using RequantScaleDataType = float;
using AccDataType = int32_t; using AccDataType = int32_t;
using CShuffleDataType = int32_t;
using OutDataType = int8_t; using OutDataType = int8_t;
template <ck::index_t... Is> template <ck::index_t... Is>
......
...@@ -8,6 +8,7 @@ using InDataType = int8_t; ...@@ -8,6 +8,7 @@ using InDataType = int8_t;
using WeiDataType = int8_t; using WeiDataType = int8_t;
using BiasDataType = int32_t; using BiasDataType = int32_t;
using AccDataType = int32_t; using AccDataType = int32_t;
using CShuffleDataType = int32_t;
using OutDataType = int8_t; using OutDataType = int8_t;
template <ck::index_t... Is> template <ck::index_t... Is>
......
...@@ -8,6 +8,7 @@ using InDataType = int8_t; ...@@ -8,6 +8,7 @@ using InDataType = int8_t;
using WeiDataType = int8_t; using WeiDataType = int8_t;
using RequantScaleDataType = float; using RequantScaleDataType = float;
using AccDataType = int32_t; using AccDataType = int32_t;
using CShuffleDataType = int32_t;
using OutDataType = int8_t; using OutDataType = int8_t;
template <ck::index_t... Is> template <ck::index_t... Is>
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
using InDataType = int8_t; using InDataType = int8_t;
using WeiDataType = int8_t; using WeiDataType = int8_t;
using AccDataType = int32_t; using AccDataType = int32_t;
using CShuffleDataType = int32_t;
using OutDataType = int8_t; using OutDataType = int8_t;
template <ck::index_t... Is> template <ck::index_t... Is>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment