42 _kernel = std::make_unique<NERangeKernel>();
43 _kernel->configure(output, start, end, step);
NERange()
Default constructor.
Store the tensor's metadata.
~NERange()
Default destructor.
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *output, float start, float end, float step)
Static function to check if given info will lead to a valid configuration of NERangeKernel.
static constexpr size_t DimX
Alias for dimension 0 also known as X dimension.
static Status validate(const ITensorInfo *output, float start, float end, float step=1.f)
Static function to check if given info will lead to a valid configuration of NERange.
void end(TokenStream &in, bool &valid)
void configure(ITensor *output, float start, float end, float step=1.f)
Initialize the kernel's start, end, step and output tensor.
virtual void schedule(ICPPKernel *kernel, const Hints &hints)=0
Runs the kernel in the same thread as the caller synchronously.
#define ARM_COMPUTE_LOG_PARAMS(...)
void run() override
Run the kernels contained in the function.
static IScheduler & get()
Access the scheduler singleton.