24.08
|
Go to the documentation of this file.
36 std::vector<TensorShape>
InferOutputShapes(
const std::vector<TensorShape> &inputShapes)
const override;
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,...
A PadDescriptor for the PadLayer.
PadLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
PadLayer(const PadDescriptor ¶m, const char *name)
Constructor to create a PadLayer.
~PadLayer()=default
Default destructor.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Pad type.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
Copyright (c) 2021 ARM Limited and Contributors.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of PadLayer.
This layer represents a pad operation.