Commit 82086918 authored by rocking's avatar rocking
Browse files

Remove unnecessary type

parent ff46bd90
...@@ -9,7 +9,6 @@ using WeiDataType = int8_t; ...@@ -9,7 +9,6 @@ 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,7 +8,6 @@ using InDataType = int8_t; ...@@ -8,7 +8,6 @@ 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,7 +8,6 @@ using InDataType = int8_t; ...@@ -8,7 +8,6 @@ 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,7 +7,6 @@ ...@@ -7,7 +7,6 @@
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