Searched refs:logistic_v1_2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | logistic_v1_2.mod.py.cpp | 5 namespace logistic_v1_2 { namespace 12 TEST_F(GeneratedTests, logistic_v1_2) { in TEST_F() argument 13 execute(logistic_v1_2::CreateModel, in TEST_F() 14 logistic_v1_2::is_ignored, in TEST_F() 15 logistic_v1_2::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_2, logistic_v1_2, logistic_v1_2::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(logistic_v1_2::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 logistic_v1_2::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 logistic_v1_2::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE() 26 execute(logistic_v1_2::CreateModel_2, in TEST_F() [all …]
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_2_vts_tests.cpp | 47663 namespace logistic_v1_2 { namespace 47670 TEST_F(NeuralnetworksHidlTest, logistic_v1_2) { in TEST_F() argument 47672 logistic_v1_2::createTestModel, in TEST_F() 47673 logistic_v1_2::is_ignored, in TEST_F() 47674 logistic_v1_2::get_examples()); in TEST_F() 47677 TEST_F(ValidationTest, logistic_v1_2) { in TEST_F() argument 47678 const Model model = logistic_v1_2::createTestModel(); in TEST_F() 47679 const std::vector<Request> requests = createRequests(logistic_v1_2::get_examples()); in TEST_F() 47687 logistic_v1_2::createTestModel_dynamic_output_shape, in TEST_F() 47688 logistic_v1_2::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|