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

#include <onnx_test.hpp>

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