Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Dfully_connected_float_2.mod.py.cpp5 namespace fully_connected_float_2 { namespace
12 TEST_F(GeneratedTests, fully_connected_float_2) { in TEST_F() argument
13 execute(fully_connected_float_2::CreateModel, in TEST_F()
14 fully_connected_float_2::is_ignored, in TEST_F()
15 fully_connected_float_2::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, fully_connected_float_2, fully_connected_float_2::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(fully_connected_float_2::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 fully_connected_float_2::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 fully_connected_float_2::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp2473 namespace fully_connected_float_2 { namespace
2480 TEST_F(NeuralnetworksHidlTest, fully_connected_float_2) { in TEST_F() argument
2482 fully_connected_float_2::createTestModel, in TEST_F()
2483 fully_connected_float_2::is_ignored, in TEST_F()
2484 fully_connected_float_2::get_examples()); in TEST_F()
2487 TEST_F(ValidationTest, fully_connected_float_2) { in TEST_F() argument
2488 const Model model = fully_connected_float_2::createTestModel(); in TEST_F()
2489 const std::vector<Request> requests = createRequests(fully_connected_float_2::get_examples()); in TEST_F()
2497 fully_connected_float_2::createTestModel_dynamic_output_shape, in TEST_F()
2498 fully_connected_float_2::is_ignored_dynamic_output_shape, in TEST_F()
[all …]