Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h307 virtual void ToLiteral(MutableLiteralBase* literal,
311 Status ToLiteral(MutableLiteralBase* literal) { in ToLiteral() function
314 ToLiteral(literal, [&](Status s) { in ToLiteral()
324 StatusOr<std::shared_ptr<Literal>> ToLiteral() { in ToLiteral() function
327 TF_RETURN_IF_ERROR(ToLiteral(literal.get())); in ToLiteral()
Dgpu_multistream_test.cc98 TF_ASSERT_OK_AND_ASSIGN(auto out_literal, out_buffers[0][0]->ToLiteral()); in TEST()
100 TF_ASSERT_OK_AND_ASSIGN(out_literal, out_buffers[0][1]->ToLiteral()); in TEST()
Dpjrt_stream_executor_client.h487 using PjRtBuffer::ToLiteral;
488 void ToLiteral(MutableLiteralBase* literal,
Dpjrt_stream_executor_client.cc1212 void PjRtStreamExecutorBuffer::ToLiteral(MutableLiteralBase* literal, in ToLiteral() function in xla::PjRtStreamExecutorBuffer
1365 TF_ASSIGN_OR_RETURN(std::shared_ptr<Literal> literal, ToLiteral()); in CopyToDevice()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h145 Status ToLiteral(xla::Backend* backend, xla::MutableLiteralBase* literal);
Dxrt_state.cc242 Status XRTTupleAllocation::ToLiteral(xla::Backend* backend, in ToLiteral() function in tensorflow::XRTTupleAllocation
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc167 TF_ASSIGN_OR_RETURN(literal, buffer->ToLiteral()); in PYBIND11_MODULE()
Dtpu_client.h217 StatusOr<std::shared_ptr<Literal>> ToLiteral();
Dtpu_client.cc344 StatusOr<std::shared_ptr<Literal>> PyTpuBuffer::ToLiteral() { in ToLiteral() function in xla::PyTpuBuffer
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc99 buffer_->ToLiteral(literal, in CopyToHostAsync()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h522 OP_REQUIRES_OK(ctx, allocation->ToLiteral(device_ref.backend(), &literal)); in Compute()
608 TF_RETURN_IF_ERROR(sub->ToLiteral(device_ref.backend(), &literal)); in Compute()