15 template <armnn::DataType DataType>
21 , m_Callback(nullptr) {}
23 virtual const std::string&
GetName()
const override
37 void Execute(std::vector<ITensorHandle*> inputs)
const;
virtual const std::string & GetName() const override
void RegisterDebugCallback(const DebugCallbackFunction &func) override
RefDebugWorkload(const DebugQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
std::function< void(LayerGuid guid, unsigned int slotIndex, ITensorHandle *tensorHandle)> DebugCallbackFunction
Define the type of callback for the Debug layer to call.
constexpr const char * GetDataTypeName(DataType dataType)
Contains information about TensorInfos of a layer.