Searched refs:maybe_allocations (Results 1 – 1 of 1) sorted by relevance
1010 std::vector<absl::optional<BufferAllocation>> maybe_allocations; in GetMlirAllocationInfo() local1017 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()