blob: 3f9920c543b9d0df92f4161ddceacef4a2a1e5b0 [file] [log] [blame]
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
#include <armnn/Tensor.hpp>
namespace armnn
{
template <typename T>
void Debug(const TensorInfo& inputInfo,
const T* inputData,
LayerGuid guid,
const std::string& layerName,
unsigned int slotIndex);
} //namespace armnn