blob: 5471ed346119958ba7f9523d8fd70805a861080d [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 {
std::vector<MixedTypedExample> examples = {
// Generated depth_to_space_float_1 test
#include "generated/examples/depth_to_space_float_1.example.cpp"
};
// Generated model constructor
#include "generated/models/depth_to_space_float_1.model.cpp"
} // namespace depth_to_space_float_1
TEST_F(GeneratedTests, depth_to_space_float_1) {
execute(depth_to_space_float_1::CreateModel,
depth_to_space_float_1::is_ignored,
depth_to_space_float_1::examples);
}