24.08
|
Go to the documentation of this file.
10 #include <arm_compute/core/Types.h>
11 #include <arm_compute/runtime/NEON/functions/NEFill.h>
17 using namespace armcomputetensorutils;
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());
void ValidateInputsOutputs(const std::string &descName, unsigned int numExpectedIn, unsigned int numExpectedOut) const
NeonFillWorkload(const FillQueueDescriptor &descriptor, const WorkloadInfo &info)
LayerDescriptor m_Parameters
Contains information about TensorInfos of a layer.
void Execute() const override
std::vector< ITensorHandle * > m_Outputs
#define ARMNN_REPORT_PROFILING_WORKLOAD_DESC(name, desc, infos, guid)
FillQueueDescriptor m_Data
Copyright (c) 2021 ARM Limited and Contributors.
#define ARMNN_SCOPED_PROFILING_EVENT_NEON_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.