HomeSort by relevance Sort by last modified time
    Searched refs:prefetch_value (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/lib/gtl/
flatset.h 238 void prefetch_value(const Key& key) const { rep_.Prefetch(key); } function in class:tensorflow::gtl::FlatSet
flatmap.h 302 void prefetch_value(const Key& key) const { rep_.Prefetch(key); } function in class:tensorflow::gtl::FlatMap
flatset_test.cc 379 set.prefetch_value(i);
flatmap_test.cc 460 map.prefetch_value(i);

Completed in 209 milliseconds