blob: 3e84ac097655bd498eb37cd2b23392ed0c98198e [file] [log] [blame]
// clang-format off
// Generated file (from: batch_to_space.mod.py). Do not edit
#include "../../TestGenerated.h"
namespace batch_to_space {
// Generated batch_to_space test
#include "generated/examples/batch_to_space.example.cpp"
// Generated model constructor
#include "generated/models/batch_to_space.model.cpp"
} // namespace batch_to_space
TEST_F(GeneratedTests, batch_to_space) {
execute(batch_to_space::CreateModel,
batch_to_space::is_ignored,
batch_to_space::get_examples());
}