mlx.core.einsum_path# einsum_path(subscripts: str, *operands)# Compute the contraction order for the given Einstein summation. 參數: subscripts (str) -- The Einstein summation convention equation. *operands (array) -- The input arrays. 回傳: The einsum path and a string containing information about the chosen path. 回傳型別: tuple(list(tuple(int, int)), str)