Home
last modified time | relevance | path

Searched defs:DevicePutResult (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_values.h30 struct DevicePutResult { struct
31 explicit DevicePutResult(PjRtBuffer* b, bool weak_type, in DevicePutResult() function
34 explicit DevicePutResult(std::unique_ptr<PjRtBuffer> new_buffer, in DevicePutResult() argument
64 StatusOr<DevicePutResult> DevicePut(pybind11::handle arg, PjRtDevice* to_device, argument