24 #ifndef ARM_COMPUTE_CPU_FLOOR_KERNEL_H 25 #define ARM_COMPUTE_CPU_FLOOR_KERNEL_H 69 const char *
name()
const override;
81 FloorKernelPtr _run_method{
nullptr };
Window infer_window(const ITensorInfo *src, const ITensorInfo *dst)
Infer execution window.
Cpu accelarated kernel to perform a floor operation.
const Window & window() const
The maximum window the kernel can be executed on.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
const DataTypeISASelectorPtr is_selected
static const std::vector< FloorKernel > & get_available_kernels()
Store the tensor's metadata.
decltype(strategy::transforms) typedef type
SimpleTensor< float > src
Copyright (c) 2017-2022 Arm Limited.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
Information about executing thread and CPU.
std::add_pointer< bool(const DataTypeISASelectorData &data)>::type DataTypeISASelectorPtr
void run_op(ITensorPack &tensors, const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(CpuFloorKernel)
const char * name() const override
Name of the kernel.
void configure(const ITensorInfo *src, ITensorInfo *dst)
Configure kernel for a given list of arguments.
Describe a multidimensional execution window.