23.08
|
Go to the documentation of this file.
24 #ifndef SRC_CORE_NEON_KERNELS_RANGE_LIST_H
25 #define SRC_CORE_NEON_KERNELS_RANGE_LIST_H
31 #define DECLARE_RANGE_KERNEL(func_name) \
32 void func_name(ITensor *output, float start, float step, const Window &window)
43 #undef DECLARE_RANGE_KERNEL
47 #endif //SRC_CORE_NEON_KERNELS_RANGE_LIST_H
void s16_neon_range_function(ITensor *output, float start, float step, const Window &window)
#define DECLARE_RANGE_KERNEL(func_name)
void u32_neon_range_function(ITensor *output, float start, float step, const Window &window)
void u16_neon_range_function(ITensor *output, float start, float step, const Window &window)
void s32_neon_range_function(ITensor *output, float start, float step, const Window &window)
void s8_neon_range_function(ITensor *output, float start, float step, const Window &window)
void u8_neon_range_function(ITensor *output, float start, float step, const Window &window)
void fp16_neon_range_function(ITensor *output, float start, float step, const Window &window)
void fp32_neon_range_function(ITensor *output, float start, float step, const Window &window)
Copyright (c) 2017-2023 Arm Limited.