Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc1010 std::vector<absl::optional<BufferAllocation>> maybe_allocations; in GetMlirAllocationInfo() local
1017 if (index >= maybe_allocations.size()) { in GetMlirAllocationInfo()
1018 maybe_allocations.resize(index + 1); in GetMlirAllocationInfo()
1023 maybe_allocations[index].emplace(index, size, 0); in GetMlirAllocationInfo()
1026 allocations->reserve(maybe_allocations.size()); in GetMlirAllocationInfo()
1027 for (auto& maybe_alloc : maybe_allocations) { in GetMlirAllocationInfo()