blob: 5c68d243fcfc98e437d6b0ba2d8c332d51d43e1b [file] [log] [blame]
// Generated from conv_quant8_overflow_weights_as_inputs.mod.py
// DO NOT EDIT
// clang-format off
#include "GeneratedTests.h"
namespace generated_tests::conv_quant8_overflow_weights_as_inputs {
const ::test_helper::TestModel& get_test_model();
} // namespace generated_tests::conv_quant8_overflow_weights_as_inputs
namespace android::hardware::neuralnetworks::V1_1::generated_tests::conv_quant8_overflow_weights_as_inputs {
TEST_F(GeneratedTest, conv_quant8_overflow_weights_as_inputs) {
Execute(device, ::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model());
}
TEST_F(ValidationTest, conv_quant8_overflow_weights_as_inputs) {
const Model model = createModel(::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model());
const Request request = createRequest(::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model());
validateEverything(model, request);
}
} // namespace android::hardware::neuralnetworks::V1_1::generated_tests::conv_quant8_overflow_weights_as_inputs
namespace generated_tests::conv_quant8_overflow_weights_as_inputs {
const ::test_helper::TestModel& get_test_model_all_inputs_as_internal();
} // namespace generated_tests::conv_quant8_overflow_weights_as_inputs
namespace android::hardware::neuralnetworks::V1_1::generated_tests::conv_quant8_overflow_weights_as_inputs {
TEST_F(GeneratedTest, conv_quant8_overflow_weights_as_inputs_all_inputs_as_internal) {
Execute(device, ::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model_all_inputs_as_internal());
}
TEST_F(ValidationTest, conv_quant8_overflow_weights_as_inputs_all_inputs_as_internal) {
const Model model = createModel(::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model_all_inputs_as_internal());
const Request request = createRequest(::generated_tests::conv_quant8_overflow_weights_as_inputs::get_test_model_all_inputs_as_internal());
validateEverything(model, request);
}
} // namespace android::hardware::neuralnetworks::V1_1::generated_tests::conv_quant8_overflow_weights_as_inputs