"official/legacy/transformer/model_params.py" did not exist on "5c1cb32169b44e681e2cf58313feb6cd9442d793"
if_param_excp_test.cpp 148 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7
8
9
10

#include <onnx_test.hpp>


TEST_CASE(if_param_excp_test)
{
    EXPECT(test::throws([&] { migraphx::parse_onnx("if_param_excp_test.onnx"); }));
}