Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.h59 Status LookupAndPin(xla::Backend* backend, int64 handle);
Dxrt_util.cc162 working_set->LookupAndPin(backend, outputs[input.op_index()])); in PopulateOpWorkingSet()
269 working_set->LookupAndPin(backend, input_coords[i].handle)); in GetInputTupleAllocations()
Dxrt_memory_manager.cc197 Status XRTMemoryManager::WorkingSet::LookupAndPin(xla::Backend* backend, in LookupAndPin() function in tensorflow::XRTMemoryManager::WorkingSet