tensorflow_gan/python/estimator/tpu_gan_estimator_test_lib.py [250:256]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    with tf.Graph().as_default():
      generated_data = tf.ones([3, 4])
      gan_model_fns = [functools.partial(get_dummy_gan_model, generated_data)]
      spec = get_eval_estimator_spec(
          gan_model_fns,
          self._loss_fns,
          gan_loss_kwargs={},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow_gan/python/estimator/tpu_gan_estimator_test_lib.py [269:275]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    with tf.Graph().as_default():
      generated_data = tf.ones([3, 4])
      gan_model_fns = [functools.partial(get_dummy_gan_model, generated_data)]
      spec = get_eval_estimator_spec(
          gan_model_fns,
          self._loss_fns,
          gan_loss_kwargs={},
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



