Home
last modified time | relevance | path

Searched refs:conv_float_2_relaxed (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Dconv_float_2_relaxed.mod.py.cpp5 namespace conv_float_2_relaxed { namespace
12 TEST_F(GeneratedTests, conv_float_2_relaxed) { in TEST_F() argument
13 execute(conv_float_2_relaxed::CreateModel, in TEST_F()
14 conv_float_2_relaxed::is_ignored, in TEST_F()
15 conv_float_2_relaxed::get_examples()); in TEST_F()
19 execute(conv_float_2_relaxed::CreateModel_dynamic_output_shape, in TEST_F()
20 conv_float_2_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
21 conv_float_2_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp809 namespace conv_float_2_relaxed { namespace
816 TEST_F(NeuralnetworksHidlTest, conv_float_2_relaxed) { in TEST_F() argument
818 conv_float_2_relaxed::createTestModel, in TEST_F()
819 conv_float_2_relaxed::is_ignored, in TEST_F()
820 conv_float_2_relaxed::get_examples()); in TEST_F()
823 TEST_F(ValidationTest, conv_float_2_relaxed) { in TEST_F() argument
824 const Model model = conv_float_2_relaxed::createTestModel(); in TEST_F()
825 const std::vector<Request> requests = createRequests(conv_float_2_relaxed::get_examples()); in TEST_F()
833 conv_float_2_relaxed::createTestModel_dynamic_output_shape, in TEST_F()
834 conv_float_2_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
[all …]