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