mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
@@ -83,6 +83,6 @@ def cond(x):
|
||||
def matrix_rank(M):
|
||||
return np.linalg.matrix_rank(M)
|
||||
|
||||
@halo.remote([np.ndarray, None], [np.ndarray])
|
||||
def multi_dot(a):
|
||||
@halo.remote([np.ndarray], [np.ndarray])
|
||||
def multi_dot(*a):
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user