|
25.11
|
#include <armnn/Descriptors.hpp>#include <armnn/LstmParams.hpp>#include <armnn/backends/Workload.hpp>#include <armnn/backends/WorkloadData.hpp>#include "arm_compute/runtime/NEON/functions/NELSTMLayer.h"#include "arm_compute/runtime/NEON/functions/NEPermute.h"#include "arm_compute/runtime/NEON/functions/NESplit.h"#include "arm_compute/runtime/NEON/functions/NEConcatenateLayer.h"Go to the source code of this file.
Classes | |
| class | NeonUnidirectionalSequenceLstmFloatWorkload |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::Status | NeonUnidirectionalSequenceLstmFloatWorkloadValidate (const TensorInfo &input, const TensorInfo &outputStateIn, const TensorInfo &cellStateIn, const TensorInfo &outputStateOut, const TensorInfo &cellStateOut, const TensorInfo &output, const UnidirectionalSequenceLstmDescriptor &descriptor, const LstmInputParamsInfo ¶msInfo) |