ArmNN
 20.05
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 
9 namespace armnn
10 {
11 
12 template <typename T>
13 void Debug(const TensorInfo& inputInfo,
14  const T* inputData,
15  LayerGuid guid,
16  const std::string& layerName,
17  unsigned int slotIndex);
18 
19 } //namespace armnn
Copyright (c) 2020 ARM Limited.
void Debug(const TensorInfo &inputInfo, const T *inputData, LayerGuid guid, const std::string &layerName, unsigned int slotIndex)
Definition: Debug.cpp:20
profiling::ProfilingGuid LayerGuid
Define LayerGuid type.
Definition: Types.hpp:236