diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index 3aaea684c1a31a19f9df2333811276c638a62ae9..00c5481e6515174c0b8570bdef7b3e08b2014184 100644 --- a/python/paddle/fluid/layers/nn.py +++ b/python/paddle/fluid/layers/nn.py @@ -7501,8 +7501,8 @@ def hash(input, hash_size, num_hash=1, name=None): """ Hash the input to an integer whose value is less than the given hash size. - The hash algorithm was implemented in here: - https://github.com/Cyan4973/xxHash/tree/v0.6.5 + The hash algorithm we used was xxHash - Extremely fast hash algorithm + (https://github.com/Cyan4973/xxHash/tree/v0.6.5) A simple example as below: