Searched refs:relu_float_2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | relu_float_2.mod.py.cpp | 5 namespace relu_float_2 { namespace 12 TEST_F(GeneratedTests, relu_float_2) { in TEST_F() argument 13 execute(relu_float_2::CreateModel, in TEST_F() 14 relu_float_2::is_ignored, in TEST_F() 15 relu_float_2::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, relu_float_2, relu_float_2::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(relu_float_2::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 relu_float_2::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 relu_float_2::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 4889 namespace relu_float_2 { namespace 4896 TEST_F(NeuralnetworksHidlTest, relu_float_2) { in TEST_F() argument 4898 relu_float_2::createTestModel, in TEST_F() 4899 relu_float_2::is_ignored, in TEST_F() 4900 relu_float_2::get_examples()); in TEST_F() 4903 TEST_F(ValidationTest, relu_float_2) { in TEST_F() argument 4904 const Model model = relu_float_2::createTestModel(); in TEST_F() 4905 const std::vector<Request> requests = createRequests(relu_float_2::get_examples()); in TEST_F() 4913 relu_float_2::createTestModel_dynamic_output_shape, in TEST_F() 4914 relu_float_2::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|