blob: 45b1acad0ad2d4f0150f3256be78bbe9b9d615ad [file] [log] [blame]
// DO NOT EDIT;
// Generated by ml/nn/runtime/test/specs/generate_test.sh
#include "../../TestGenerated.h"
namespace concat_float_2_relaxed {
std::vector<MixedTypedExample> examples = {
// Generated concat_float_2_relaxed test
#include "generated/examples/concat_float_2_relaxed.example.cpp"
};
// Generated model constructor
#include "generated/models/concat_float_2_relaxed.model.cpp"
} // namespace concat_float_2_relaxed
TEST_F(GeneratedTests, concat_float_2_relaxed) {
execute(concat_float_2_relaxed::CreateModel,
concat_float_2_relaxed::is_ignored,
concat_float_2_relaxed::examples);
}