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