Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp978 hidl_vec<bool> remappedSupported(model.main.operations.size()); in getSupportedOperations() local
979 std::fill(remappedSupported.begin(), remappedSupported.end(), false); in getSupportedOperations()
982 remappedSupported[slicedModelOperationIndexToModelOperationIndex(i)] = true; in getSupportedOperations()
985 return std::make_pair(status, std::move(remappedSupported)); in getSupportedOperations()