// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include namespace armnn { template void Debug(const TensorInfo& inputInfo, const T* inputData, LayerGuid guid, const std::string& layerName, unsigned int slotIndex); } //namespace armnn