mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
Optimize python task execution (#6024)
This commit is contained in:
@@ -186,7 +186,7 @@ cdef extern from "ray/core_worker/common.h" nogil:
|
||||
CRayFunction(CLanguage language,
|
||||
const c_vector[c_string] function_descriptor)
|
||||
CLanguage GetLanguage()
|
||||
c_vector[c_string] GetFunctionDescriptor()
|
||||
const c_vector[c_string]& GetFunctionDescriptor()
|
||||
|
||||
cdef cppclass CTaskArg "ray::TaskArg":
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user