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