Searched refs:remappedSupported (Results 1 – 1 of 1) sorted by relevance
978 hidl_vec<bool> remappedSupported(model.main.operations.size()); in getSupportedOperations() local979 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()