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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user