Searched refs:floating_point_softmax (Results 1 – 2 of 2) sorted by relevance
335 softmax_op->context.floating_point_softmax = (struct floating_point_softmax_context) { in setup_softmax_nc_floating_point()347 softmax_op->context.floating_point_softmax.vmulc_ukernel = vmul->linear.opc_ukernel; in setup_softmax_nc_floating_point()349 …memcpy(&softmax_op->context.floating_point_softmax.expminus_params, expminus_params, expminus_para… in setup_softmax_nc_floating_point()350 …memcpy(&softmax_op->context.floating_point_softmax.minmax_params, minmax_params, minmax_params_siz… in setup_softmax_nc_floating_point()
294 struct floating_point_softmax_context floating_point_softmax; member