1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

load fp16 as fp32 and align fp16 and double in onnx_graph_simplifie

This commit is contained in:
Zihao Mu
2022-08-26 10:04:44 +08:00
parent fc3e393516
commit 7eaec9dd22
2 changed files with 70 additions and 1 deletions
+5
View File
@@ -2098,6 +2098,11 @@ TEST_P(Test_ONNX_nets, MobileNet_v2)
testONNXModels("mobilenetv2", pb, default_l1, default_lInf, true);
}
TEST_P(Test_ONNX_nets, MobileNet_v2_FP16)
{
testONNXModels("mobilenetv2_fp16", npy, default_l1, default_lInf, true);
}
TEST_P(Test_ONNX_nets, LResNet100E_IR)
{
applyTestTag(