|
25.11
|
#include "ClBaseWorkload.hpp"#include <armnn/QuantizedLstmParams.hpp>#include <armnn/backends/Workload.hpp>#include <armnn/backends/WorkloadData.hpp>#include <arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h>Go to the source code of this file.
Classes | |
| class | ClQuantizedLstmWorkload |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::Status | ClQuantizedLstmWorkloadValidate (const TensorInfo &input, const TensorInfo &previousCellStateIn, const TensorInfo &previousOutputIn, const TensorInfo &cellStateOut, const TensorInfo &output, const QuantizedLstmInputParamsInfo ¶msInfo) |