void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of DebugLayer.
void Accept(ILayerVisitor &visitor) const override
Apply a visitor to this layer.
Copyright (c) 2020 ARM Limited.
This layer visualizes the data flowing through the network.
DebugLayer(const char *name)
Constructor to create a DebugLayer.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Debug type.
DebugLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
~DebugLayer()=default
Default destructor.