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