Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1604 const auto alloc_it = std::find_if( in SetCustomAllocationForTensor() local
1610 if (alloc_it == custom_allocations_.end()) { in SetCustomAllocationForTensor()
1613 alloc_it->second = allocation; in SetCustomAllocationForTensor()