Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Dconv_float_relaxed.mod.py.cpp5 namespace conv_float_relaxed { namespace
12 TEST_F(GeneratedTests, conv_float_relaxed) { in TEST_F() argument
13 execute(conv_float_relaxed::CreateModel, in TEST_F()
14 conv_float_relaxed::is_ignored, in TEST_F()
15 conv_float_relaxed::get_examples()); in TEST_F()
19 execute(conv_float_relaxed::CreateModel_dynamic_output_shape, in TEST_F()
20 conv_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
21 conv_float_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp999 namespace conv_float_relaxed { namespace
1006 TEST_F(NeuralnetworksHidlTest, conv_float_relaxed) { in TEST_F() argument
1008 conv_float_relaxed::createTestModel, in TEST_F()
1009 conv_float_relaxed::is_ignored, in TEST_F()
1010 conv_float_relaxed::get_examples()); in TEST_F()
1013 TEST_F(ValidationTest, conv_float_relaxed) { in TEST_F() argument
1014 const Model model = conv_float_relaxed::createTestModel(); in TEST_F()
1015 const std::vector<Request> requests = createRequests(conv_float_relaxed::get_examples()); in TEST_F()
1023 conv_float_relaxed::createTestModel_dynamic_output_shape, in TEST_F()
1024 conv_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
[all …]