Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc229 xla::ShapedBuffer shaped_buffer = ToShapedBuffer(); in ToLiteral()
252 ToShapedBuffer()); in WriteLiteral()
509 xla::ShapedBuffer XRTTupleAllocation::ToShapedBuffer() { in ToShapedBuffer() function in tensorflow::XRTTupleAllocation
Dxrt_state.h177 xla::ShapedBuffer ToShapedBuffer();
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc107 input_allocations->emplace_back(tuple->ToShapedBuffer()); in GetComputationInputs()