Skip to content

Commit 7ad46ec

Browse files
committed
"show example"
1 parent 6ac8383 commit 7ad46ec

File tree

1 file changed

+1
-0
lines changed
  • python/paddle/fluid/layers

1 file changed

+1
-0
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,7 @@ def beam_search_decode(ids, scores, name=None):
20762076
20772077
Examples:
20782078
.. code-block:: python
2079+
20792080
ids, scores = fluid.layers.beam_search(
20802081
pre_ids, ids, scores, beam_size, end_id)
20812082
sentence_ids, sentence_scores = fluid.layers.beam_search_decode(

0 commit comments

Comments
 (0)