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

#include <onnx_test.hpp>

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