Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.cpp283 std::vector<bool> remappedSupported(operationCount, false); in getSupportedOperationsImpl() local
286 remappedSupported[slicedModelOperationIndexToModelOperationIndex(i)] = true; in getSupportedOperationsImpl()
289 return remappedSupported; in getSupportedOperationsImpl()