Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Ddepthwise_conv_relaxed.mod.py.cpp5 namespace depthwise_conv_relaxed { namespace
12 TEST_F(GeneratedTests, depthwise_conv_relaxed) { in TEST_F() argument
13 execute(depthwise_conv_relaxed::CreateModel, in TEST_F()
14 depthwise_conv_relaxed::is_ignored, in TEST_F()
15 depthwise_conv_relaxed::get_examples()); in TEST_F()
19 execute(depthwise_conv_relaxed::CreateModel_dynamic_output_shape, in TEST_F()
20 depthwise_conv_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
21 depthwise_conv_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
25 execute(depthwise_conv_relaxed::CreateModel_2, in TEST_F()
26 depthwise_conv_relaxed::is_ignored_2, in TEST_F()
[all …]
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp1455 namespace depthwise_conv_relaxed { namespace
1462 TEST_F(NeuralnetworksHidlTest, depthwise_conv_relaxed) { in TEST_F() argument
1464 depthwise_conv_relaxed::createTestModel, in TEST_F()
1465 depthwise_conv_relaxed::is_ignored, in TEST_F()
1466 depthwise_conv_relaxed::get_examples()); in TEST_F()
1469 TEST_F(ValidationTest, depthwise_conv_relaxed) { in TEST_F() argument
1470 const Model model = depthwise_conv_relaxed::createTestModel(); in TEST_F()
1471 const std::vector<Request> requests = createRequests(depthwise_conv_relaxed::get_examples()); in TEST_F()
1479 depthwise_conv_relaxed::createTestModel_dynamic_output_shape, in TEST_F()
1480 depthwise_conv_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
[all …]