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