24.08
|
Go to the documentation of this file.
30 std::vector<TensorShape>
InferOutputShapes(
const std::vector<TensorShape>& inputShapes)
const override;
A GatherDescriptor for the GatherLayer.
GatherLayer(const GatherDescriptor ¶m, const char *name)
Constructor to create a GatherLayer.
~GatherLayer()=default
Default destructor.
This layer represents a Gather operator.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s).
GatherLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the Gather type.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
Copyright (c) 2021 ARM Limited and Contributors.
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
Infers the output shapes from given input shapes and layer properties.