Home
last modified time | relevance | path

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

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