tensorflow2.0移除了1.X中的tf.train.exponential_decay()函数,那么在tf2.X中指数衰减学习率怎么配置?代替tf.train.exponential_decay()的API是什么?