Home
last modified time | relevance | path

Searched refs:HandleNumpyArray (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_values.cc157 StatusOr<DevicePutResult> HandleNumpyArray(py::handle h, PjRtDevice* to_device, in HandleNumpyArray() function
238 return HandleNumpyArray(obj, to_device, options); in HandleDeviceArray()
290 (*p)[numpy.attr("ndarray").ptr()] = HandleNumpyArray; in DevicePut()