// // Copyright © 2017 Arm Ltd. All rights reserved. // See LICENSE file in the project root for full license information. // #include "TestTensor.hpp" namespace driverTestHelpers { hidl_vec TestTensor::GetDimensions() const { hidl_vec dimensions; dimensions.resize(m_Shape.GetNumDimensions()); for (uint32_t i=0; i