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