未验证 提交 a42796f5 编写于 作者: J Jason 提交者: GitHub

Update tf.nn.top_k.md

上级 cf2913d0
......@@ -23,7 +23,7 @@ paddle.fluid.layers.topk(
### 功能差异
#### 参数差异
TensorFlow: 通过设置`sorted`参数,对返回的值与下标设置是否进行降序排序;`k`默认为1。
PaddlePaddle: 对返回的`top-k` tensor进行降序排序;`k`没有默认值,必须设置。
PaddlePaddle: 对返回的top-k tensor进行降序排序;`k`没有默认值,必须设置。
### 代码示例
```python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册