Searched refs:remappedSupported (Results 1 – 1 of 1) sorted by relevance
977 hidl_vec<bool> remappedSupported(model.main.operations.size()); in getSupportedOperations() local978 std::fill(remappedSupported.begin(), remappedSupported.end(), false); in getSupportedOperations()981 remappedSupported[slicedModelOperationIndexToModelOperationIndex(i)] = true; in getSupportedOperations()984 return std::make_pair(status, std::move(remappedSupported)); in getSupportedOperations()