mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
arrays -> array (#172)
This commit is contained in:
committed by
Philipp Moritz
parent
814c5b1eb8
commit
902cac3089
+1
-1
@@ -1,6 +1,6 @@
|
||||
from typing import List
|
||||
import numpy as np
|
||||
import ray.arrays.remote as ra
|
||||
import ray.array.remote as ra
|
||||
import ray
|
||||
|
||||
__all__ = ["BLOCK_SIZE", "DistArray", "assemble", "zeros", "ones", "copy",
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
from typing import List
|
||||
|
||||
import numpy as np
|
||||
import ray.arrays.remote as ra
|
||||
import ray.array.remote as ra
|
||||
import ray
|
||||
|
||||
from core import *
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
from typing import List
|
||||
|
||||
import numpy as np
|
||||
import ray.arrays.remote as ra
|
||||
import ray.array.remote as ra
|
||||
import ray
|
||||
|
||||
from core import *
|
||||
Reference in New Issue
Block a user