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