conv_autopad_fail_test.cpp 146 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7

#include <onnx_test.hpp>

TEST_CASE(conv_autopad_fail_test)
{
    EXPECT(test::throws([&] { optimize_onnx("conv_autopad_fail_test.onnx"); }));
}