Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp95 const uint32_t kMaxNumberOperations = 256; in checkSupportedOperations() local
96 EXPECT_LE(expected.size(), kMaxNumberOperations); in checkSupportedOperations()
97 bool supported[kMaxNumberOperations] = {false}; in checkSupportedOperations()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp289 constexpr int kMaxNumberOperations = 1000; in computeAndVerifyResultsForDevice() local
290 ASSERT_TRUE(numOps <= kMaxNumberOperations); in computeAndVerifyResultsForDevice()
291 bool supported[kMaxNumberOperations] = {false}; in computeAndVerifyResultsForDevice()
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp165 const uint32_t kMaxNumberOperations = 256; in isSupportedOpListExpected() local
166 EXPECT_LE(expected.size(), kMaxNumberOperations); in isSupportedOpListExpected()
168 bool supported[kMaxNumberOperations] = {false}; in isSupportedOpListExpected()