mvn_rank_3_test.cpp 171 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3
4
5
6
7
8
9
10
11

#include <onnx_test.hpp>
#include <onnx_test_utils.hpp>


TEST_CASE(mvn_rank_3_test)
{
    mvn_n_rank_test({0, 1}, {2, 2, 2}, optimize_onnx("mvn_rank_3_test.onnx"));
}