Searched refs:LookupOrInsert (Results 1 – 7 of 7) 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/cronet/third_party/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/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 | 329 >l::LookupOrInsert(&incomplete_, keys_vec(i), TensorTuple()); in InsertOneLocked()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.h | 409 const std::string& LookupOrInsert(const std::string& name) { in LookupOrInsert() function
|
D | hlo_instruction.cc | 3067 StrAppend(&result, canonical_name_map->LookupOrInsert(name()), " = "); in ToStringWithCanonicalNameMap() 3165 str.push_back(canonical_name_map->LookupOrInsert(operand->name())); in OperandsToStringWithCanonicalNameMap()
|