Skip to content

OP Benchmark对齐情况汇总

Yiqun Liu edited this page Apr 29, 2020 · 5 revisions
编号 API 是否对齐 是否更新到json配置 说明
1 abs
2 assign
3 batch_norm 部分对齐
4 cast
5 concat
6 conv2d 部分参数对齐
7 conv2d_transpose
8 dropout API本身具有随机性
9 elementwise_add
10 elementwise_mul
11 embedding
exp
12 expand
13 fc
14 fill_constant
15 gather
16 matmul
17 one_hot
18 pool2d
19 reduce_mean
20 reduce_sum
21 reshape
22 scale
23 sigmoid
24 slice
25 softmax
26 softmax_with_cross_entropy TF的label参数是一个one-hot向量
27 split
28 square
29 squeeze
30 stack
31 topk
32 transpose
33 unsqueeze

Clone this wiki locally