Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Ddiv_broadcast_float.mod.py.cpp5 namespace div_broadcast_float { namespace
12 TEST_F(GeneratedTests, div_broadcast_float) { in TEST_F() argument
13 execute(div_broadcast_float::CreateModel, in TEST_F()
14 div_broadcast_float::is_ignored, in TEST_F()
15 div_broadcast_float::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_1, div_broadcast_float, div_broadcast_float::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(div_broadcast_float::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 div_broadcast_float::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 div_broadcast_float::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp1599 namespace div_broadcast_float { namespace
1606 TEST_F(NeuralnetworksHidlTest, div_broadcast_float) { in TEST_F() argument
1608 div_broadcast_float::createTestModel, in TEST_F()
1609 div_broadcast_float::is_ignored, in TEST_F()
1610 div_broadcast_float::get_examples()); in TEST_F()
1613 TEST_F(ValidationTest, div_broadcast_float) { in TEST_F() argument
1614 const Model model = div_broadcast_float::createTestModel(); in TEST_F()
1615 const std::vector<Request> requests = createRequests(div_broadcast_float::get_examples()); in TEST_F()
1623 div_broadcast_float::createTestModel_dynamic_output_shape, in TEST_F()
1624 div_broadcast_float::is_ignored_dynamic_output_shape, in TEST_F()
[all …]