mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
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:
committed by
Philipp Moritz
parent
f69cbd35d4
commit
8d52fe931b
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user