summaryrefslogtreecommitdiff
path: root/nn/runtime/test/generated/tests/fully_connected_float_3.mod.py.cpp
blob: eef737ef1f80e5c88b74a562bbd76489b0b280a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// DO NOT EDIT;
// Generated by ml/nn/runtime/test/specs/generate_test.sh
#include "../../TestGenerated.h"

namespace fully_connected_float_3 {
std::vector<MixedTypedExample> examples = {
// Generated fully_connected_float_3 test
#include "generated/examples/fully_connected_float_3.example.cpp"
};
// Generated model constructor
#include "generated/models/fully_connected_float_3.model.cpp"
} // namespace fully_connected_float_3
TEST_F(GeneratedTests, fully_connected_float_3) {
    execute(fully_connected_float_3::CreateModel,
            fully_connected_float_3::is_ignored,
            fully_connected_float_3::examples);
}