TensorFlow weights dequantization

This commit is contained in:
Dmitry Kurtaev
2017-12-21 17:15:48 +03:00
parent 047ad4ff71
commit bcc669f3f7
2 changed files with 57 additions and 2 deletions
+5
View File
@@ -188,6 +188,11 @@ TEST(Test_TensorFlow, fp16)
runTensorFlowNet("fp16_padding_same", false, l1, lInf);
}
TEST(Test_TensorFlow, quantized)
{
runTensorFlowNet("uint8_single_conv");
}
TEST(Test_TensorFlow, MobileNet_SSD)
{
std::string netPath = findDataFile("dnn/ssd_mobilenet_v1_coco.pb", false);