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.cc396 auto allocation_tmp = new XRTTupleAllocation(device_ordinal, allocator, in MakeTuple() local
398 core::ScopedUnref allocation_unref(allocation_tmp); in MakeTuple()
445 allocation_tmp->buffers_.CopySubtreeFrom(element.allocation->buffers_, {}, in MakeTuple()
468 *allocation_tmp->buffers_.mutable_element(index) = in MakeTuple()
479 *allocation = allocation_tmp; in MakeTuple()