Home
last modified time | relevance | path

Searched defs:output_shift (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlpdsp.c93 int8_t *output_shift, in mlp_select_pack_output()
105 int8_t *output_shift, in ff_mlp_pack_output()
Dmlpdec.c131 int8_t output_shift[MAX_CHANNELS]; member
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c90 int8_t *output_shift, in mlp_select_pack_output_armv6()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsoftmax_impl.cu450 const int output_shift = ((uint64_t)output) % ALIGN_BYTES / sizeof(T); in cunn_SoftMaxForward() local