Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp93 void checkSupportedOperations(const std::vector<bool>& expected, in checkSupportedOperations() function in android::nn::__anon042c222b0110::FibonacciExtensionTest
107 void checkSupportedOperations(const std::vector<bool>& expected) { in checkSupportedOperations() function in android::nn::__anon042c222b0110::FibonacciExtensionTest
108 checkSupportedOperations(expected, mDevices); in checkSupportedOperations()
190 checkSupportedOperations({true}); in TEST_F()
221 checkSupportedOperations({true, true, true}); in TEST_F()
250 checkSupportedOperations({false}); // The driver reports that it doesn't support the operation. in TEST_F()
272 checkSupportedOperations({true}); in TEST_F()
298 checkSupportedOperations({false}); in TEST_F()
317 checkSupportedOperations({false}); in TEST_F()
336 checkSupportedOperations({false}); in TEST_F()
[all …]