Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.h42 StatusOr<Literal> ToLiteral() const;
Dxrt.i107 %unignore xla::swig::XrtAllocation::ToLiteral;
Dxrt.cc99 StatusOr<Literal> XrtAllocation::ToLiteral() const { in ToLiteral() function in xla::swig::XrtAllocation
Dlocal_computation_builder.h82 StatusOr<Literal> ToLiteral() const;
Dlocal_computation_builder.i266 %unignore xla::swig::LocalShapedBuffer::ToLiteral;
Dlocal_computation_builder.cc133 StatusOr<Literal> LocalShapedBuffer::ToLiteral() const { in ToLiteral() function in xla::swig::LocalShapedBuffer
Dxla_client.py424 return self.c_buffer.ToLiteral()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h149 Status ToLiteral(xla::Backend* backend, int device_ordinal,
Dxrt_state.cc222 Status XRTTupleAllocation::ToLiteral(xla::Backend* backend, int device_ordinal, in ToLiteral() function in tensorflow::XRTTupleAllocation
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h495 ctx, allocation->ToLiteral(device_ref.backend(), in Compute()
583 TF_RETURN_IF_ERROR(sub->ToLiteral( in Compute()