Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc1027 for (auto& maybe_alloc : maybe_allocations) { in GetMlirAllocationInfo() local
1028 if (maybe_alloc.has_value()) { in GetMlirAllocationInfo()
1029 allocations->push_back(*maybe_alloc); in GetMlirAllocationInfo()