Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h148 Status WriteLiteral(xla::Backend* backend, const xla::Literal& literal);
Dxrt_state.cc258 Status XRTTupleAllocation::WriteLiteral(xla::Backend* backend, in WriteLiteral() function in tensorflow::XRTTupleAllocation
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h662 allocation->WriteLiteral(device_ref.backend(), literal)); in Compute()