24.08
|
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Fill layer.
FillLayer(const FillDescriptor &descriptor, const char *name)
Constructor to create a FillLayer.
This layer represents a fill operation.
A FillDescriptor for the FillLayer.
FillLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
~FillLayer()=default
Default destructor.
Copyright (c) 2021 ARM Limited and Contributors.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of FillLayer.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.