Go to the source code of this file.
|
#define | DECLARE_ACTIVATION_KERNEL(func_name) void func_name(const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
|
void | neon_qasymm8_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | sve2_qasymm8_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | neon_qasymm8_signed_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | sve2_qasymm8_signed_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | neon_qsymm16_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | sve2_qsymm16_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | sve_fp16_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | sve_fp32_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | neon_fp16_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
void | neon_fp32_activation (const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |
|
◆ DECLARE_ACTIVATION_KERNEL
#define DECLARE_ACTIVATION_KERNEL |
( |
|
func_name | ) |
void func_name(const ITensor *src, ITensor *dst, const ActivationLayerInfo &act_info, const Window &window) |