Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h110 destroy_after_micros_ = in ServerContext()
170 return (destroy_after_micros_ > 0 && in IsStale()
172 destroy_after_micros_); in IsStale()
192 int64 destroy_after_micros_; variable