Skip to content

Commit

Permalink
Update convert_tricky_models.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrivor authored May 27, 2024
1 parent d4d406a commit d094b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OPENVINO_TEST(TensorflowLiteTrickyModels, tflite_dequantize) {
auto test_case = ov::test::TestCase(model, ov::test::utils::DEVICE_CPU);
test_case.add_input<float>({1, 1, 1, 1});
test_case.add_expected_output<float>(Shape{2, 2}, {2, 1.75f, 2001, 0.8765258789f});
test_case.run();
test_case.run_with_tolerance_as_fp();
}

OPENVINO_TEST(TensorflowLiteTrickyModels, tflite_densify) {
Expand Down

0 comments on commit d094b43

Please sign in to comment.