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