Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Ddepthwise_conv2d_float_large.mod.py.cpp5 namespace depthwise_conv2d_float_large { namespace
12 TEST_F(GeneratedTests, depthwise_conv2d_float_large) { in TEST_F() argument
13 execute(depthwise_conv2d_float_large::CreateModel, in TEST_F()
14 depthwise_conv2d_float_large::is_ignored, in TEST_F()
15 depthwise_conv2d_float_large::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, depthwise_conv2d_float_large, depthwise_conv2d_float_large::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(depthwise_conv2d_float_large::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 depthwise_conv2d_float_large::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 depthwise_conv2d_float_large::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp1941 namespace depthwise_conv2d_float_large { namespace
1948 TEST_F(NeuralnetworksHidlTest, depthwise_conv2d_float_large) { in TEST_F() argument
1950 depthwise_conv2d_float_large::createTestModel, in TEST_F()
1951 depthwise_conv2d_float_large::is_ignored, in TEST_F()
1952 depthwise_conv2d_float_large::get_examples()); in TEST_F()
1955 TEST_F(ValidationTest, depthwise_conv2d_float_large) { in TEST_F() argument
1956 const Model model = depthwise_conv2d_float_large::createTestModel(); in TEST_F()
1957 …const std::vector<Request> requests = createRequests(depthwise_conv2d_float_large::get_examples()); in TEST_F()
1965 depthwise_conv2d_float_large::createTestModel_dynamic_output_shape, in TEST_F()
1966 depthwise_conv2d_float_large::is_ignored_dynamic_output_shape, in TEST_F()
[all …]