DivisionLayer(const char *name)
Constructor to create a DivisionLayer.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Division type.
~DivisionLayer()=default
Default destructor.
Copyright (c) 2020 ARM Limited.
void Accept(ILayerVisitor &visitor) const override
Apply a visitor to this layer.
NOTE: this is an abstract class to encapsulate the element wise operations, it does not implement: st...
This layer represents a division operation.
DivisionLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.