Skip to content

Commit

Permalink
Fix QC4W tests using odd number of channels
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702856043
  • Loading branch information
dsharletg authored and xnnpack-bot committed Dec 4, 2024
1 parent 614f036 commit bb695f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fully-connected.cc
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ template <class T> class QuantizedFullyConnectedTestBase : public FullyConnected
}
};

class FullyConnectedTestF32QC4W : public FullyConnectedTestBase<float, uint8_t, float> {
class FullyConnectedTestF32QC4W : public FullyConnectedTestBase<float, uint8_t, float, float, true> {
};

class FullyConnectedTestF32QC8W : public FullyConnectedTestBase<float, int8_t, float> {
Expand Down

0 comments on commit bb695f2

Please sign in to comment.