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