// // Copyright © 2020 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include #include namespace armnnUtils { // Standard definition of TContainer used by ArmNN, use this definition or add alternative definitions here instead of // defining your own. using TContainer = mapbox::util::variant, std::vector, std::vector, std::vector>; } // namespace armnnUtils