tf.estimator.SessionRunArgs

View source on GitHub

Represents arguments to be added to a Session.run() call.

tf.estimator.SessionRunArgs(
    fetches, feed_dict=None, options=None
)

Args:

Attributes: