Add experimental feature for flushing event logs and logfiles. (#1659)

* Add experimental feature for flushing event logs and logfiles.

* Add documentation.
This commit is contained in:
Robert Nishihara
2018-03-27 11:57:52 -07:00
committed by Philipp Moritz
parent f69cbd35d4
commit 8d52fe931b
2 changed files with 39 additions and 1 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ from __future__ import division
from __future__ import print_function
from .tfutils import TensorFlowVariables
from .features import flush_redis_unsafe
__all__ = ["TensorFlowVariables"]
__all__ = ["TensorFlowVariables", "flush_redis_unsafe"]