Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
X2Paddle
提交
98141b33
X
X2Paddle
项目概览
PaddlePaddle
/
X2Paddle
大约 1 年 前同步成功
通知
328
Star
698
Fork
167
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
26
列表
看板
标记
里程碑
合并请求
4
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
X2Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
26
Issue
26
列表
看板
标记
里程碑
合并请求
4
合并请求
4
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
98141b33
编写于
4月 02, 2019
作者:
S
SunAhong1993
提交者:
GitHub
4月 02, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update 接口速查表.md
上级
d6db565b
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
7 deletion
+6
-7
caffe2fluid/doc/接口速查表.md
caffe2fluid/doc/接口速查表.md
+6
-7
未找到文件。
caffe2fluid/doc/接口速查表.md
浏览文件 @
98141b33
...
...
@@ -32,11 +32,10 @@
| 23 |
[
Reduction
](
http://caffe.berkeleyvision.org/tutorial/layers/reduction.html
)
| - |
[
PaddlePaddle实现
](
Reduction.md
)
|
| 24 |
[
ReLU
](
http://caffe.berkeleyvision.org/tutorial/layers/relu.html
)
| - |
[
PaddlePaddle实现
](
ReLU.md
)
|
| 25 |
[
Reshape
](
http://caffe.berkeleyvision.org/tutorial/layers/reshape.html
)
|
[
paddle.fluid.layers.reshape
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-130-reshape
)
|
[
差异对比
](
Reshape.md
)
|
| 26 |
[
Scale
](
http://caffe.berkeleyvision.org/tutorial/layers/scale.html
)
|
[
paddle.fluid.layers.scale
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-137-scale
)
|
[
差异对比
](
Scale.md
)
|
| 27 |
[
SigmoidCrossEntropyLoss
](
http://caffe.berkeleyvision.org/tutorial/layers/sigmoidcrossentropyloss.html
)
|
[
paddle.fluid.layers.sigmoid_cross_entropy_with_logits
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-158-sigmoid_cross_entropy_with_logits
)
|
[
差异对比
](
SigmoidCrossEntropyLoss.md
)
|
| 28 |
[
Sigmoid
](
http://caffe.berkeleyvision.org/tutorial/layers/sigmoid.html
)
|
[
paddle.fluid.layers.sigmoid
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-192-sigmoid
)
| 接口对应 |
| 29 |
[
Slice
](
http://caffe.berkeleyvision.org/tutorial/layers/slice.html
)
|
[
paddle.fluid.layers.slice
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-160-slice
)
|
[
差异对比
](
Slice.md
)
|
| 30 |
[
SoftmaxWithLoss
](
http://caffe.berkeleyvision.org/tutorial/layers/softmaxwithloss.html
)
|
[
paddle.fluid.layers.softmax_with_cross_entropy
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-164-softmax_with_cross_entropy
)
|
[
差异对比
](
SofmaxWithLoss.md
)
|
| 31 |
[
Softmax
](
http://caffe.berkeleyvision.org/tutorial/layers/softmax.html
)
|
[
paddle.fluid.layers.softmax
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-163-softmax
)
|
[
差异对比
](
Sofmax.md
)
|
| 32 |
[
TanH
](
http://caffe.berkeleyvision.org/tutorial/layers/tanh.html
)
|
[
paddle.fluid.layers.tanh
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-199-tanh
)
| 接口对应 |
| 26 |
[
SigmoidCrossEntropyLoss
](
http://caffe.berkeleyvision.org/tutorial/layers/sigmoidcrossentropyloss.html
)
|
[
paddle.fluid.layers.sigmoid_cross_entropy_with_logits
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-158-sigmoid_cross_entropy_with_logits
)
|
[
差异对比
](
SigmoidCrossEntropyLoss.md
)
|
| 27 |
[
Sigmoid
](
http://caffe.berkeleyvision.org/tutorial/layers/sigmoid.html
)
|
[
paddle.fluid.layers.sigmoid
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-192-sigmoid
)
| 接口对应 |
| 28 |
[
Slice
](
http://caffe.berkeleyvision.org/tutorial/layers/slice.html
)
|
[
paddle.fluid.layers.slice
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-160-slice
)
|
[
差异对比
](
Slice.md
)
|
| 29 |
[
SoftmaxWithLoss
](
http://caffe.berkeleyvision.org/tutorial/layers/softmaxwithloss.html
)
|
[
paddle.fluid.layers.softmax_with_cross_entropy
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-164-softmax_with_cross_entropy
)
|
[
差异对比
](
SofmaxWithLoss.md
)
|
| 30 |
[
Softmax
](
http://caffe.berkeleyvision.org/tutorial/layers/softmax.html
)
|
[
paddle.fluid.layers.softmax
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-163-softmax
)
|
[
差异对比
](
Sofmax.md
)
|
| 31 |
[
TanH
](
http://caffe.berkeleyvision.org/tutorial/layers/tanh.html
)
|
[
paddle.fluid.layers.tanh
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-199-tanh
)
| 接口对应 |
| 33 |
[
Tile
](
http://caffe.berkeleyvision.org/tutorial/layers/tile.html
)
|
[
paddle.fluid.layers.expand
](
http://paddlepaddle.org/documentation/docs/zh/1.3/api_cn/layers_cn.html#permalink-70-expand
)
|
[
差异对比
](
Tile.md
)
|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录