Searched refs:floor_relaxed (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | floor_relaxed.mod.py.cpp | 5 namespace floor_relaxed { namespace 12 TEST_F(GeneratedTests, floor_relaxed) { in TEST_F() argument 13 execute(floor_relaxed::CreateModel, in TEST_F() 14 floor_relaxed::is_ignored, in TEST_F() 15 floor_relaxed::get_examples()); in TEST_F() 19 execute(floor_relaxed::CreateModel_dynamic_output_shape, in TEST_F() 20 floor_relaxed::is_ignored_dynamic_output_shape, in TEST_F() 21 floor_relaxed::get_examples_dynamic_output_shape()); in TEST_F()
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_1_vts_tests.cpp | 1751 namespace floor_relaxed { namespace 1758 TEST_F(NeuralnetworksHidlTest, floor_relaxed) { in TEST_F() argument 1760 floor_relaxed::createTestModel, in TEST_F() 1761 floor_relaxed::is_ignored, in TEST_F() 1762 floor_relaxed::get_examples()); in TEST_F() 1765 TEST_F(ValidationTest, floor_relaxed) { in TEST_F() argument 1766 const Model model = floor_relaxed::createTestModel(); in TEST_F() 1767 const std::vector<Request> requests = createRequests(floor_relaxed::get_examples()); in TEST_F() 1775 floor_relaxed::createTestModel_dynamic_output_shape, in TEST_F() 1776 floor_relaxed::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|