Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h202 const se::DeviceMemoryBase& root_allocation() const;
Dxrt_state.cc358 const se::DeviceMemoryBase& XRTTupleAllocation::root_allocation() const { in root_allocation() function in tensorflow::XRTTupleAllocation
521 tuple_buffers.set_buffer(element.allocation->root_allocation(), index); in MakeTuple()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc198 const BufferAllocation* root_allocation = in EmitComputation() local
200 if (root_allocation && root_allocation->is_thread_local()) { in EmitComputation()