adanet/core/estimator.py [1306:1315]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          config) as (features, labels,
                                                      input_hooks):
      current_iteration, _ = self._create_iteration(
          features,
          labels,
          mode,
          config,
          is_growing_phase=False,
          checkpoint_path=checkpoint_path,
          hooks=hooks)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



adanet/core/estimator.py [1343:1352]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          config) as (features, labels,
                                                      input_hooks):
      current_iteration, _ = self._create_iteration(
          features,
          labels,
          mode,
          config,
          is_growing_phase=False,
          checkpoint_path=checkpoint_path,
          hooks=hooks)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



