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