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