tensorflow_ranking/python/estimator.py [462:473]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    optimizer=None,
    learning_rate=0.05,
    loss="approx_ndcg_loss",
    loss_reduction=tf.compat.v1.losses.Reduction.SUM_OVER_BATCH_SIZE,
    activation_fn=tf.nn.relu,
    dropout=None,
    use_batch_norm=False,
    batch_norm_moment=0.999,
    model_dir=None,
    checkpoint_secs=120,
    num_checkpoints=1000,
    listwise_inference=False):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow_ranking/python/estimator.py [761:772]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    optimizer=None,
    learning_rate=0.05,
    loss="approx_ndcg_loss",
    loss_reduction=tf.compat.v1.losses.Reduction.SUM_OVER_BATCH_SIZE,
    activation_fn=tf.nn.relu,
    dropout=None,
    use_batch_norm=False,
    batch_norm_moment=0.999,
    model_dir=None,
    checkpoint_secs=120,
    num_checkpoints=1000,
    listwise_inference=False):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



