blob: 4e65b0908d1dc2d36ff38222a34adbaf127bd161 [file] [log] [blame]
// Generated from dequantize.mod.py
// DO NOT EDIT
// clang-format off
#include "TestGenerated.h"
namespace generated_tests::dequantize {
void CreateModel(Model *model);
bool is_ignored(int);
std::vector<::test_helper::MixedTypedExample>& get_examples();
TEST_F(GeneratedTests, dequantize) {
execute(CreateModel,
is_ignored,
get_examples());
}
} // namespace generated_tests::dequantize
TEST_AVAILABLE_SINCE(V1_0, dequantize, generated_tests::dequantize::CreateModel)
namespace generated_tests::dequantize {
void CreateModel_dynamic_output_shape(Model *model);
bool is_ignored_dynamic_output_shape(int);
std::vector<::test_helper::MixedTypedExample>& get_examples_dynamic_output_shape();
TEST_F(DynamicOutputShapeTest, dequantize_dynamic_output_shape) {
execute(CreateModel_dynamic_output_shape,
is_ignored_dynamic_output_shape,
get_examples_dynamic_output_shape());
}
} // namespace generated_tests::dequantize