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.cpp95 void checkSupportedOperations(const std::vector<bool>& expected) { in checkSupportedOperations() function in android::nn::__anon7b3c0b790111::FibonacciExtensionTest
184 checkSupportedOperations({true}); in TEST_F()
215 checkSupportedOperations({true, true, true}); in TEST_F()
244 checkSupportedOperations({false}); // The driver reports that it doesn't support the operation. in TEST_F()
255 checkSupportedOperations({false}); // The driver reports that it doesn't support the operation. in TEST_F()
266 checkSupportedOperations({true}); in TEST_F()
292 checkSupportedOperations({false}); in TEST_F()
311 checkSupportedOperations({false}); in TEST_F()
330 checkSupportedOperations({false}); in TEST_F()