Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp275 const uint32_t slicedOperationCount = sliceModel.main.operations.size(); in getSupportedOperationsImpl() local
276 if (supported.size() != slicedOperationCount) { in getSupportedOperationsImpl()
278 << supported.size() << " when expecting " << slicedOperationCount; in getSupportedOperationsImpl()