Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Ddlpack.cc218 StatusOr<DLContext> DLContextForDevice(const PjRtDevice& device) { in DLContextForDevice() function
288 TF_ASSIGN_OR_RETURN(dt.ctx, DLContextForDevice(*buffer->buffer()->device())); in BufferToDLPackManagedTensor()