Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc470 XRTTupleAllocation* allocation_tmp = new XRTTupleAllocation( in MakeTuple() local
472 core::ScopedUnref allocation_unref(allocation_tmp); in MakeTuple()
519 allocation_tmp->buffers_.CopySubtreeFrom(element.allocation->buffers_, {}, in MakeTuple()
540 *allocation_tmp->buffers_.mutable_element(index) = in MakeTuple()
545 allocation_tmp->SetDeviceMemorySize(); in MakeTuple()
552 *allocation = allocation_tmp; in MakeTuple()