Searched defs:output_shift (Results 1 – 4 of 4) sorted by relevance
93 int8_t *output_shift, in mlp_select_pack_output()105 int8_t *output_shift, in ff_mlp_pack_output()
131 int8_t output_shift[MAX_CHANNELS]; member
90 int8_t *output_shift, in mlp_select_pack_output_armv6()
450 const int output_shift = ((uint64_t)output) % ALIGN_BYTES / sizeof(T); in cunn_SoftMaxForward() local