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