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.h128 destroy_after_micros_ = in ctx_()
153 return (destroy_after_micros_ > 0 && time_passed > destroy_after_micros_); in IsStale()
164 int64 destroy_after_micros_; variable