Searched refs:conv_float_large (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | conv_float_large.mod.py.cpp | 5 namespace conv_float_large { namespace 12 TEST_F(GeneratedTests, conv_float_large) { in TEST_F() argument 13 execute(conv_float_large::CreateModel, in TEST_F() 14 conv_float_large::is_ignored, in TEST_F() 15 conv_float_large::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, conv_float_large, conv_float_large::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(conv_float_large::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 conv_float_large::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 conv_float_large::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 1151 namespace conv_float_large { namespace 1158 TEST_F(NeuralnetworksHidlTest, conv_float_large) { in TEST_F() argument 1160 conv_float_large::createTestModel, in TEST_F() 1161 conv_float_large::is_ignored, in TEST_F() 1162 conv_float_large::get_examples()); in TEST_F() 1165 TEST_F(ValidationTest, conv_float_large) { in TEST_F() argument 1166 const Model model = conv_float_large::createTestModel(); in TEST_F() 1167 const std::vector<Request> requests = createRequests(conv_float_large::get_examples()); in TEST_F() 1175 conv_float_large::createTestModel_dynamic_output_shape, in TEST_F() 1176 conv_float_large::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|