Files
ray/python/ray/util/sgd/tf/__init__.py
T

4 lines
104 B
Python

from ray.util.sgd.tf.tf_trainer import (TFTrainer, TFTrainable)
__all__ = ["TFTrainer", "TFTrainable"]