Searched refs:deferred_bytes_threshold_ (Results 1 – 2 of 2) sorted by relevance
94 deferred_bytes_threshold_(gpu_options.deferred_deletion_bytes() in EventMgr()178 if (accumulated_tensor_bytes_ >= deferred_bytes_threshold_) { in ThenDeleteTensors()
112 const int64 deferred_bytes_threshold_; variable