Home
last modified time | relevance | path

Searched refs:strategy_ (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/file/
Dmemory-mapped-file.cc38 strategy_(mmap_strategy) {} in MemoryMappedFile()
90 switch (strategy_) { in Remap()
113 "Invalid value in switch statement: %d", strategy_)); in Remap()
138 if (strategy_ == Strategy::READ_ONLY) { in PersistToDisk()
148 if (strategy_ == Strategy::READ_WRITE_AUTO_SYNC && in PersistToDisk()
158 if (strategy_ == Strategy::READ_WRITE_MANUAL_SYNC && in PersistToDisk()
190 std::swap(strategy_, other->strategy_); in Swap()
Dmemory-mapped-file.h137 Strategy strategy() const { return strategy_; } in strategy()
146 Strategy strategy_; variable
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.h79 : strategy_(strategy), in SchedulingParams()
83 SchedulingStrategy strategy() const { return strategy_; } in strategy()
90 SchedulingStrategy strategy_;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles.h138 : strategy_(strategy) {} in strategy_() function
199 ProfileStrategy strategy_; variable
Dtrt_shape_optimization_profiles.cc107 switch (strategy_) { in InitProfiles()