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