Searched refs:colocation (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | heap_simulator.cc | 524 for (auto colocation : GetTransitiveColocations(x)) { in GetTemporalBufferIntervalCompare() local 525 x_end = std::max(x_end, buffer_intervals_.at(colocation).end); in GetTemporalBufferIntervalCompare() 529 for (auto colocation : GetTransitiveColocations(y)) { in GetTemporalBufferIntervalCompare() local 530 y_end = std::max(y_end, buffer_intervals_.at(colocation).end); in GetTemporalBufferIntervalCompare() 882 for (auto colocation : GetTransitiveColocations(buffer_interval)) { in FindChunkCandidate() local 883 auto colocation_interval = buffer_intervals_.at(colocation); in FindChunkCandidate() 962 for (auto colocation : GetTransitiveColocations(buffer_interval)) { in CommitChunk() local 963 AddToChunkMap(colocation, chunk_candidate.chunk); in CommitChunk() 964 auto colocation_interval = buffer_intervals_[colocation]; in CommitChunk()
|
D | memory_space_assignment.cc | 1563 for (const HloValue* colocation : prefetch_candidate->colocations) { in AllocateCrossProgramPrefetchBuffer() local 1567 absl::c_max_element(colocation->uses(), use_schedule_compare) in AllocateCrossProgramPrefetchBuffer() 1621 for (RepackAllocationBlock& colocation : repack_allocation_blocks_) { in AllocateCrossProgramPrefetchBuffer() 1622 colocation.colocations.push_back(inserted); in AllocateCrossProgramPrefetchBuffer() 1623 if (&colocation != inserted) { in AllocateCrossProgramPrefetchBuffer() 1624 inserted->colocations.push_back(&colocation); in AllocateCrossProgramPrefetchBuffer() 1901 for (auto& colocation : colocation_map) { in FinalizeAllocations() local 1904 colocation.second) { in FinalizeAllocations()
|
D | memory_space_assignment_test.cc | 4393 for (const AllocationBlock* colocation : block->colocations) { in Repack() local 4394 absl::StrAppend(&colocations_str, colocation->id, ", "); in Repack() 4395 colocations.insert(colocation->id); in Repack() 4408 for (AllocationBlock* colocation : block->colocations) { in Repack() 4410 colocation->offset = it->second; in Repack() 4412 colocation->offset = colocation->initial_offset; in Repack()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | BUILD | 229 name = "colocation", 230 srcs = ["colocation.cc"], 231 hdrs = ["colocation.h"], 244 ":colocation",
|
/external/cpuinfo/test/build.prop/ |
D | xiaomi-redmi-note-3.log | 293 #enable game colocation feature
|
D | moto-g-gen4.log | 296 #enable game colocation feature
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | BUILD | 697 "//tensorflow/core/grappler/utils:colocation",
|
/external/tensorflow/ |
D | RELEASE.md | 4021 * Added colocation constraints to `StagingArea`.
|