A no-arg function that returns a tff.learning.Model. This method
must not capture TensorFlow tensors or variables and use them. The model
must be constructed entirely from scratch on each invocation, returning
the same pre-constructed model each call will result in an error.
use_experimental_simulation_loop
Controls the reduce loop function for
input dataset. An experimental reduce loop is used for simulation.