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