Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1389 auto preset_allocations_iter = preset_allocations.find(value->color()); in AssignPresetBuffers() local
1390 CHECK(preset_allocations_iter != preset_allocations.end()) in AssignPresetBuffers()
1393 preset_allocations_iter->second->AddAssignment(*value, chunk.offset, in AssignPresetBuffers()