Searched refs:fully_connected_float_relaxed (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | fully_connected_float_relaxed.mod.py.cpp | 5 namespace fully_connected_float_relaxed { namespace 12 TEST_F(GeneratedTests, fully_connected_float_relaxed) { in TEST_F() argument 13 execute(fully_connected_float_relaxed::CreateModel, in TEST_F() 14 fully_connected_float_relaxed::is_ignored, in TEST_F() 15 fully_connected_float_relaxed::get_examples()); in TEST_F() 19 execute(fully_connected_float_relaxed::CreateModel_dynamic_output_shape, in TEST_F() 20 fully_connected_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F() 21 fully_connected_float_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_1_vts_tests.cpp | 1979 namespace fully_connected_float_relaxed { namespace 1986 TEST_F(NeuralnetworksHidlTest, fully_connected_float_relaxed) { in TEST_F() argument 1988 fully_connected_float_relaxed::createTestModel, in TEST_F() 1989 fully_connected_float_relaxed::is_ignored, in TEST_F() 1990 fully_connected_float_relaxed::get_examples()); in TEST_F() 1993 TEST_F(ValidationTest, fully_connected_float_relaxed) { in TEST_F() argument 1994 const Model model = fully_connected_float_relaxed::createTestModel(); in TEST_F() 1995 …const std::vector<Request> requests = createRequests(fully_connected_float_relaxed::get_examples()… in TEST_F() 2003 fully_connected_float_relaxed::createTestModel_dynamic_output_shape, in TEST_F() 2004 fully_connected_float_relaxed::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|