Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util.h99 bool InsertOrUpdate(Collection* const collection, in InsertOrUpdate() function
112 bool InsertOrUpdate(Collection* const collection, in InsertOrUpdate() function
115 return InsertOrUpdate(collection, in InsertOrUpdate()
/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h267 bool InsertOrUpdate(Collection* const collection,
280 bool InsertOrUpdate(Collection* const collection,
283 return InsertOrUpdate(
293 InsertOrUpdate(collection, *first);
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc81 gtl::InsertOrUpdate(&table_, in DoInsert()
206 gtl::InsertOrUpdate( in DoInsert()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc819 tensorflow::gtl::InsertOrUpdate(&(ctx->kernel_cache), cache_key, kernel); in TFE_Execute()