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