Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h141 struct DevicePutResult { struct
142 explicit DevicePutResult(xla::PjRtBuffer* b, bool weak_type) in DevicePutResult() function
144 DevicePutResult(std::unique_ptr<xla::PjRtBuffer> new_buffer, bool weak_type) in DevicePutResult() function
168 xla::StatusOr<DevicePutResult> DevicePut(pybind11::handle arg, argument