1// DO NOT EDIT;
2// Generated by ml/nn/runtime/test/specs/generate_test.sh
3#include "../../TestGenerated.h"
4
5namespace fully_connected_float_3 {
6std::vector<MixedTypedExample> examples = {
7// Generated fully_connected_float_3 test
8#include "generated/examples/fully_connected_float_3.example.cpp"
9};
10// Generated model constructor
11#include "generated/models/fully_connected_float_3.model.cpp"
12} // namespace fully_connected_float_3
13TEST_F(GeneratedTests, fully_connected_float_3) {
14    execute(fully_connected_float_3::CreateModel,
15            fully_connected_float_3::is_ignored,
16            fully_connected_float_3::examples);
17}
18