10#include <arm_compute/runtime/CL/functions/CLReverse.h>
11#include <arm_compute/runtime/Tensor.h>
12#include "arm_compute/runtime/CL/CLTensor.h"
25 const arm_compute::CLCompileContext& clCompileContext);
30 mutable arm_compute::CLReverse m_Layer;
BaseWorkload(const ReverseV2QueueDescriptor &descriptor, const WorkloadInfo &info)
ClReverseV2Workload(const ReverseV2QueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClReverseV2WorkloadValidate(const TensorInfo &input, const TensorInfo &axis, const TensorInfo &output)
Contains information about TensorInfos of a layer.