31 std::vector<TensorShape>
InferOutputShapes(
const std::vector<TensorShape>& inputShapes)
const override;
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the PReLU type.
PreluLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
void Accept(ILayerVisitor &visitor) const override
Apply a visitor to this layer.
Copyright (c) 2020 ARM Limited.
PreluLayer(const char *name)
Constructor to create a PreluLayer.
~PreluLayer()=default
Default destructor.
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
By default returns inputShapes if the number of inputs are equal to number of outputs, otherwise infers the output shapes from given input shapes and layer properties.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of PreluLayer.