Searched refs:LookupOrInsert (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util_test.cc | 41 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()
|
D | map_util.h | 146 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/ |
D | map_util.h | 396 LookupOrInsert(Collection* const collection, 404 LookupOrInsert(Collection* const collection, 407 return LookupOrInsert( 429 LookupOrInsert(count_map, *it,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | barrier_ops.cc | 328 >l::LookupOrInsert(&incomplete_, keys_vec(i), PersistentTuple()); in InsertOneLocked()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.h | 375 string LookupOrInsert(const string& old_name) { in LookupOrInsert() function
|
D | hlo_instruction.cc | 2699 PrintNameInternal(canonical_name_map->LookupOrInsert(name()), in ToStringWithCanonicalNameMap() 2773 canonical_name_map->LookupOrInsert(operand->name()), options)); in OperandsToStringWithCanonicalNameMap()
|