Searched refs:fully_connected_quant8_large (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | fully_connected_quant8_large.mod.py.cpp | 5 namespace fully_connected_quant8_large { namespace 12 TEST_F(GeneratedTests, fully_connected_quant8_large) { in TEST_F() argument 13 execute(fully_connected_quant8_large::CreateModel, in TEST_F() 14 fully_connected_quant8_large::is_ignored, in TEST_F() 15 fully_connected_quant8_large::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, fully_connected_quant8_large, fully_connected_quant8_large::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(fully_connected_quant8_large::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 fully_connected_quant8_large::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 fully_connected_quant8_large::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 2739 namespace fully_connected_quant8_large { namespace 2746 TEST_F(NeuralnetworksHidlTest, fully_connected_quant8_large) { in TEST_F() argument 2748 fully_connected_quant8_large::createTestModel, in TEST_F() 2749 fully_connected_quant8_large::is_ignored, in TEST_F() 2750 fully_connected_quant8_large::get_examples()); in TEST_F() 2753 TEST_F(ValidationTest, fully_connected_quant8_large) { in TEST_F() argument 2754 const Model model = fully_connected_quant8_large::createTestModel(); in TEST_F() 2755 …const std::vector<Request> requests = createRequests(fully_connected_quant8_large::get_examples()); in TEST_F() 2763 fully_connected_quant8_large::createTestModel_dynamic_output_shape, in TEST_F() 2764 fully_connected_quant8_large::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|