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