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