distributed -> remote (#82)

This commit is contained in:
Robert Nishihara
2016-06-03 18:41:45 -07:00
committed by Philipp Moritz
parent 67086f663e
commit 2b52b91acb
10 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ from typing import List
import numpy as np
import halo
@halo.distributed([List[int]], [np.ndarray])
@halo.remote([List[int]], [np.ndarray])
def normal(shape):
return np.random.normal(size=shape)