Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Ddepthwise_conv2d_float_relaxed.mod.py.cpp5 namespace depthwise_conv2d_float_relaxed { namespace
12 TEST_F(GeneratedTests, depthwise_conv2d_float_relaxed) { in TEST_F() argument
13 execute(depthwise_conv2d_float_relaxed::CreateModel, in TEST_F()
14 depthwise_conv2d_float_relaxed::is_ignored, in TEST_F()
15 depthwise_conv2d_float_relaxed::get_examples()); in TEST_F()
19 execute(depthwise_conv2d_float_relaxed::CreateModel_dynamic_output_shape, in TEST_F()
20 depthwise_conv2d_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
21 depthwise_conv2d_float_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp1379 namespace depthwise_conv2d_float_relaxed { namespace
1386 TEST_F(NeuralnetworksHidlTest, depthwise_conv2d_float_relaxed) { in TEST_F() argument
1388 depthwise_conv2d_float_relaxed::createTestModel, in TEST_F()
1389 depthwise_conv2d_float_relaxed::is_ignored, in TEST_F()
1390 depthwise_conv2d_float_relaxed::get_examples()); in TEST_F()
1393 TEST_F(ValidationTest, depthwise_conv2d_float_relaxed) { in TEST_F() argument
1394 const Model model = depthwise_conv2d_float_relaxed::createTestModel(); in TEST_F()
1395 …const std::vector<Request> requests = createRequests(depthwise_conv2d_float_relaxed::get_examples(… in TEST_F()
1403 depthwise_conv2d_float_relaxed::createTestModel_dynamic_output_shape, in TEST_F()
1404 depthwise_conv2d_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F()
[all …]