Searched refs:DoScaleRelu6Fp16 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | scale_fp16.h | 31 void DoScaleRelu6Fp16(const float16_t *in_data, float16_t *out_data, const float16_t *scale, const …
|
D | scale_fp16.c | 213 void DoScaleRelu6Fp16(const float16_t *in_data, float16_t *out_data, const float16_t *scale, const … in DoScaleRelu6Fp16() function
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | scale_fp16.cc | 77 DoScaleRelu6Fp16(input_, output_, scale_, offset_, task_id, scale_param_); in Scale()
|