blob: 1243f280d49f060ec86f847c5c88217f311b58ad [file] [log] [blame]
// clang-format off
// Generated file (from: space_to_batch.mod.py). Do not edit
#include "../../TestGenerated.h"
namespace space_to_batch {
// 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::get_examples());
}