Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`tf.accumulate_n` has been deprecated, and from the source code, I see that `tf.accumulate_n` is just a wrapper of `tf.add_n` since TF 2.1 (tensorflow/tensorflow@292d309). See: https://www.tensorflow.org/api_docs/python/tf/math/accumulate_n https://www.tensorflow.org/api_docs/python/tf/math/add_n Signed-off-by: Jinzhe Zeng <[email protected]>
- Loading branch information