Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc294 auto inserted_it = thread_pool_cache.emplace( in GetOrCreateThreadPoolForCollective() local
298 return &inserted_it.first->second; in GetOrCreateThreadPoolForCollective()
/external/cronet/base/
Dvalues.cc1093 auto inserted_it = in Insert() local
1096 base::to_address(inserted_it), in Insert()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2016 auto inserted_it = async_copies_.insert(insertion_it, copy); in AddCopy() local
2025 async_copy_time_map_[copy.start_time] = inserted_it; in AddCopy()