Searched refs:maybe_alloc (Results 1 – 1 of 1) sorted by relevance
1027 for (auto& maybe_alloc : maybe_allocations) { in GetMlirAllocationInfo() local1028 if (maybe_alloc.has_value()) { in GetMlirAllocationInfo()1029 allocations->push_back(*maybe_alloc); in GetMlirAllocationInfo()