Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.cc327 auto cached_entry = handle_cache_.find(function_target); in ComputeAsync() local
328 if (cached_entry != handle_cache_.end()) { in ComputeAsync()
329 handle = cached_entry->second; in ComputeAsync()