Home
last modified time | relevance | path

Searched refs:checkSupportedOperations (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp93 void checkSupportedOperations(const std::vector<bool>& expected) { in checkSupportedOperations() function in android::nn::__anon5ee120420111::FibonacciExtensionTest
183 checkSupportedOperations({true}); in TEST_F()
214 checkSupportedOperations({true, true, true}); in TEST_F()
243 checkSupportedOperations({false}); // The driver reports that it doesn't support the operation. in TEST_F()
254 checkSupportedOperations({false}); // The driver reports that it doesn't support the operation. in TEST_F()
265 checkSupportedOperations({true}); in TEST_F()
291 checkSupportedOperations({false}); in TEST_F()
310 checkSupportedOperations({false}); in TEST_F()
329 checkSupportedOperations({false}); in TEST_F()