Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Drefcounting_hash_map.h61 const std::function<std::unique_ptr<V>(const K&)>& value_factory) { in GetOrCreateIfAbsent() argument
75 std::shared_ptr<V> value(value_factory(key).release(), in GetOrCreateIfAbsent()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_utils.cc311 const NcclCliqueKey&)>& value_factory) { in GetOrTryCreateIfAbsent()
315 TF_ASSIGN_OR_RETURN(std::unique_ptr<NcclClique> value, value_factory(key)); in GetOrTryCreateIfAbsent()
Dnccl_utils.h134 const NcclCliqueKey&)>& value_factory) ABSL_LOCKS_EXCLUDED(mu_);