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