Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util_test.cc41 TEST(MapUtil, LookupOrInsert) { in TEST() argument
47 EXPECT_EQ("xyz", gtl::LookupOrInsert(&m, "foo", "xyz")); in TEST()
48 EXPECT_EQ("xyz", gtl::LookupOrInsert(&m, "foo", "abc")); in TEST()
Dmap_util.h146 typename Collection::value_type::second_type& LookupOrInsert( in LookupOrInsert() function
153 typename Collection::value_type::second_type& LookupOrInsert( in LookupOrInsert() function
157 return LookupOrInsert(collection, in LookupOrInsert()
/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h396 LookupOrInsert(Collection* const collection,
404 LookupOrInsert(Collection* const collection,
407 return LookupOrInsert(
429 LookupOrInsert(count_map, *it,
/external/tensorflow/tensorflow/core/kernels/
Dbarrier_ops.cc328 &gtl::LookupOrInsert(&incomplete_, keys_vec(i), PersistentTuple()); in InsertOneLocked()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h375 string LookupOrInsert(const string& old_name) { in LookupOrInsert() function
Dhlo_instruction.cc2699 PrintNameInternal(canonical_name_map->LookupOrInsert(name()), in ToStringWithCanonicalNameMap()
2773 canonical_name_map->LookupOrInsert(operand->name()), options)); in OperandsToStringWithCanonicalNameMap()