Fix for the failing internal test for NN delegates.
This commit is contained in:
parent
24f3f5593a
commit
d252fe175a
@ -242,7 +242,7 @@ TEST(QuantizedSubOpModel, QuantizedTestsNoActivationInt8) {
|
|||||||
QuantizedTestsNoActivation<TensorType_INT8, int8_t>();
|
QuantizedTestsNoActivation<TensorType_INT8, int8_t>();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(QuantizedSubOpModel, QuantizedTestsNoActivationInt16Generic) {
|
TEST(QuantizedSubOpModel, QuantizedTestsNoActivationGenericInt16) {
|
||||||
QuantizedTestsNoActivation<TensorType_INT16, int16_t>();
|
QuantizedTestsNoActivation<TensorType_INT16, int16_t>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user