mlx.core.eval

目錄

mlx.core.eval#

eval(*args) None#

array 或由 array 組成的樹狀結構進行求值。

參數:

*args (arrays or trees of arrays) -- Each argument can be a single array or a tree of arrays. If a tree is given the nodes can be a Python list, tuple or dict. Leaves which are not arrays are ignored.