10 #include <arm_compute/core/Error.h>
11 #include <arm_compute/runtime/MemoryManagerOnDemand.h>
12 #include <arm_compute/runtime/CL/functions/CLSoftmaxLayer.h>
20 const TensorInfo& output,
21 const SoftmaxDescriptor& descriptor);
28 std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager,
29 const arm_compute::CLCompileContext& clCompileContext);
33 mutable arm_compute::CLSoftmaxLayer m_SoftmaxLayer;
void Execute() const override
ClSoftmaxWorkload(const SoftmaxQueueDescriptor &descriptor, const WorkloadInfo &info, std::shared_ptr< arm_compute::MemoryManagerOnDemand > &memoryManager, const arm_compute::CLCompileContext &clCompileContext)
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const SoftmaxDescriptor &descriptor)
Contains information about TensorInfos of a layer.