24.08
|
Go to the documentation of this file.
13 class ScopedTensorHandle;
45 std::vector<TensorShape>
InferOutputShapes(
const std::vector<TensorShape>& inputShapes)
const override;
UnidirectionalSequenceLstmLayer * 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 UnidirectionalSequence LSTM type.
LstmBasicParameters m_BasicParameters
Layer::ImmutableConstantTensors GetConstantTensorsByRef() const override
Retrieve the handles to the constant values stored by the layer.
std::vector< std::reference_wrapper< const std::shared_ptr< ConstTensorHandle > >> ImmutableConstantTensors
UnidirectionalSequenceLstmLayer(const LstmDescriptor ¶m, const char *name)
Constructor to create a UnidirectionalSequenceLstmLayer.
LstmOptPeepholeParameters m_PeepholeParameters
This layer represents a LSTM operation.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
An LstmDescriptor for the LstmLayer.
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,...
Copyright (c) 2021 ARM Limited and Contributors.
LstmOptLayerNormParameters m_LayerNormParameters
LstmOptCifgParameters m_CifgParameters
~UnidirectionalSequenceLstmLayer()=default
Default destructor.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of UnidirectionalSequenceLstmLa...
LstmOptProjectionParameters m_ProjectionParameters