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