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