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