Make RunTrainOpsHook public.

PiperOrigin-RevId: 174073925
This commit is contained in:
A. Unique TensorFlower 2017-10-31 12:25:02 -07:00 committed by TensorFlower Gardener
parent 21dafd6d2e
commit f3006422c0

View File

@ -58,6 +58,7 @@ __all__ = [
'get_sequential_train_hooks',
'get_joint_train_hooks',
'get_sequential_train_steps',
'RunTrainOpsHook',
]