24.08
|
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Division type.
void ExecuteStrategy(IStrategy &strategy) 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.
DivisionLayer(const char *name)
Constructor to create a DivisionLayer.
~DivisionLayer()=default
Default destructor.
Copyright (c) 2021 ARM Limited and Contributors.