moe_unpermute

paddle.nn.functional. moe_unpermute ( hidden_states_unzipped: Tensor, zipped_expertwise_rowmap: Tensor, expert_routemap_topk: Tensor, token_prob_unzipped: Tensor, total_zipped_tokens: int, num_experts: int, use_mix_precision: bool = True, name: str | None = None ) tuple[Tensor, Tensor] [source]