// // Copyright © 2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "TestHalfTensor.hpp" namespace driverTestHelpers { hidl_vec TestHalfTensor::GetDimensions() const { hidl_vec dimensions; dimensions.resize(m_Shape.GetNumDimensions()); for (uint32_t i=0; i