ArmNN
 25.11
Loading...
Searching...
No Matches
Debug.hpp
Go to the documentation of this file.
1//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7#include <armnn/Tensor.hpp>
8
9namespace armnn
10{
11template <typename T>
12void Debug(const TensorInfo& inputInfo,
13 const T* inputData,
14 LayerGuid guid,
15 const std::string& layerName,
16 unsigned int slotIndex,
17 bool outputsToFile);
18
19} //namespace armnn
arm::pipe::ProfilingGuid LayerGuid
Define LayerGuid type.
Definition Types.hpp:26
Copyright (c) 2021 ARM Limited and Contributors.