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