// // Copyright © 2021 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include #include namespace armnnUtils { std::string ConstructTensorShapeString(const std::vector& shape); std::string ConstructIntsAttribute(const std::string& name, const std::vector& value); } // namespace armnnUtils