10#include <arm_compute/core/Types.h>
11#include <arm_compute/runtime/NEON/functions/NEFill.h>
17using namespace armcomputetensorutils;
28 m_Data.ValidateInputsOutputs(
"NeonFillWorkload", 1, 1);
31 arm_compute::PixelValue pixelValue = GetPixelValue(output.info(), descriptor.
m_Parameters.
m_Value);
33 auto layer = std::make_unique<arm_compute::NEFill>();
34 layer->configure(&output, pixelValue);
35 m_Layer.reset(layer.release());
#define ARMNN_SCOPED_PROFILING_EVENT_NEON_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
#define ARMNN_REPORT_PROFILING_WORKLOAD_DESC(name, desc, infos, guid)
FillQueueDescriptor m_Data
NeonBaseWorkload(const FillQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
NeonFillWorkload(const FillQueueDescriptor &descriptor, const WorkloadInfo &info)
Copyright (c) 2021 ARM Limited and Contributors.
LayerDescriptor m_Parameters
Contains information about TensorInfos of a layer.