Skip to content

Commit ba87d60

Browse files
authored
collect api 2.0 info (PaddlePaddle#662)
1 parent a9c0de8 commit ba87d60

File tree

2 files changed

+123
-1
lines changed

2 files changed

+123
-1
lines changed

api/deploy/api_info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conv2d,conv2d,conv2d.json,True
1414
conv2d_transpose,conv2d_transpose,conv2d_transpose.json,True
1515
cos,activation,activation.json,True
1616
cos_sim,cos_sim,cos_sim.json,True
17-
cumsum,cumsum,cumsum.json,False
17+
cumsum,cumsum,cumsum.json,True
1818
depthwise_conv2d,depthwise_conv2d,depthwise_conv2d.json,True
1919
dropout,dropout,dropout.json,True
2020
elementwise_add,elementwise,elementwise.json,True

api/deploy/api_info_v2.txt

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
abs,abs,activation.json,True
2+
accuracy,accuracy,accuracy.json,False
3+
add,elementwise,elementwise.json,True
4+
affine_grid,affine_grid,affine_grid.json,True
5+
argmax,arg,arg.json,False
6+
argmin,arg,arg.json,False
7+
argsort,argsort,argsort.json,False
8+
assign,assign,assign.json,False
9+
avg_pool2d,avg_pool2d,avg_pool2d.json,True
10+
batch_norm,batch_norm,batch_norm.json,True
11+
bernoulli,bernoulli,bernoulli.json,False
12+
case,case,case.json,True
13+
cast,cast,cast.json,False
14+
cholesky,cholesky,cholesky.json,True
15+
clip_by_norm,clip_by_norm,clip_by_norm.json,False
16+
concat,concat,concat.json,True
17+
cond,cond,cond.json,True
18+
conv2d,conv2d,conv2d.json,True
19+
conv_transpose2d,conv_transpose2d,conv_transpose2d.json,True
20+
conv_transpose3d,conv_transpose3d,conv_transpose3d.json,True
21+
cos,activation,activation.json,True
22+
cos_sim,cos_sim,cos_sim.json,True
23+
cumsum,cumsum,cumsum.json,True
24+
data_norm,data_norm,data_norm.json,True
25+
depthwise_conv2d,depthwise_conv2d,depthwise_conv2d.json,True
26+
depthwise_conv_transpose2d,depthwise_conv_transpose2d,depthwise_conv_transpose2d.json,True
27+
diag,diag,diag.json,False
28+
divide,elementwise,elementwise.json,True
29+
dropout,dropout,dropout.json,True
30+
elementwise_sub,elementwise_with_axis,elementwise.json,True
31+
elementwise_sum,elementwise_sum,elementwise_sum.json,True
32+
embedding,embedding,embedding.json,True
33+
equal,compare,compare.json,False
34+
equal_all,equal_all,equal_all.json,False
35+
exp,activation,activation.json,True
36+
expand,expand,expand.json,True
37+
expand_as,expand_as,expand_as.json,True
38+
feed,feed,None,False
39+
fetch,fetch,None,False
40+
flatten,flatten,flatten.json,True
41+
flip,flip,flip.json,True
42+
floor,floor,activation.json,True
43+
floor_divide,floor_divide,floor_divide.json,False
44+
full,full,full.json,False
45+
gather,gather,gather.json,True
46+
greater_equal,compare,compare.json,False
47+
greater_than,compare,compare.json,False
48+
grid_sample,grid_sample,grid_sample.json,True
49+
histogram,histogram,histogram.json,True
50+
increment,increment,increment.json,False
51+
instance_norm,instance_norm,instance_norm.json,True
52+
interp_area,interp_area,interp_area.json,True
53+
interp_bicubic,interp_bicubic,interp_bicubic.json,True
54+
interp_bilinear,interp_bilinear,interp_bilinear.json,True
55+
interp_linear,interp_linear,interp_linear.json,True
56+
interp_nearest,interp_nearest,interp_nearest.json,True
57+
interp_trilinear,interp_trilinear,interp_trilinear.json,True
58+
inverse,inverse,inverse.json,True
59+
isfinite,isfinite_nan_inf,isfinite_nan_inf.json,False
60+
isinf,isfinite_nan_inf,isfinite_nan_inf.json,False
61+
isnan,isfinite_nan_inf,isfinite_nan_inf.json,False
62+
layer_norm,layer_norm,layer_norm.json,True
63+
leaky_relu,leaky_relu,leaky_relu.json,True
64+
less_equal,compare,compare.json,False
65+
less_than,compare,compare.json,False
66+
linear,linear,linear.json,True
67+
linspace,linspace,linspace.json,False
68+
log_softmax,log_softmax,log_softmax.json,True
69+
logical_and,logical,logical.json,False
70+
logical_not,logical_not,logical_not.json,False
71+
logical_or,logical,logical.json,False
72+
lstm,lstm,lstm.json,False
73+
masked_select,masked_select,masked_select.json,True
74+
matmul,matmul,matmul.json,True
75+
max_pool2d,max_pool2d,max_pool2d.json,True
76+
maximum,elementwise_with_axis,elementwise.json,True
77+
mean,reduce,reduce.json,True
78+
minimum,elementwise_with_axis,elementwise.json,True
79+
multiply,elementwise_with_axis,elementwise.json,True
80+
normalize,normalize,normalize.json,True
81+
not_equal,compare,compare.json,False
82+
null,null,None,False
83+
one_hot,one_hot,one_hot.json,False
84+
p_norm,p_norm,p_norm.json,True
85+
pad2d,pad2d,pad2d.json,True
86+
pad3d,pad3d,pad3d.json,True
87+
pixel_shuffle,pixel_shuffle,pixel_shuffle.json,True
88+
pow,elementwise,elementwise.json,True
89+
prod,reduce,reduce.json,True
90+
relu,relu,activation.json,True
91+
relu6,relu,activation.json,True
92+
remainder,remainder,elementwise.json,False
93+
reshape,reshape,reshape.json,True
94+
roll,roll,roll.json,True
95+
scale,scale,scale.json,False
96+
sequence_mask,sequence_mask,sequence_mask.json,False
97+
shape,shape,shape.json,False
98+
sigmoid,sigmoid,activation.json,True
99+
sigmoid_cross_entropy_with_logits,sigmoid_cross_entropy_with_logits,sigmoid_cross_entropy_with_logits.json,True
100+
sin,activation,activation.json,True
101+
sinh,sinh,activation.json,True
102+
slice,slice,slice.json,True
103+
softmax,softmax,softmax.json,True
104+
softmax_with_cross_entropy,softmax_with_cross_entropy,softmax_with_cross_entropy.json,True
105+
softplus,softplus,activation.json,True
106+
softsign,softsign,activation.json,True
107+
split,split,split.json,True
108+
sqrt,activation,activation.json,True
109+
square,activation,activation.json,True
110+
squeeze,squeeze,squeeze.json,True
111+
stack,stack,stack.json,True
112+
sum,reduce,reduce.json,True
113+
switch_case,switch_case,switch_case.json,True
114+
tanh,activation,activation.json,True
115+
tile,tile,tile.json,True
116+
topk,topk,topk.json,True
117+
trace,trace,trace.json,True
118+
transpose,transpose,transpose.json,True
119+
unique,unique,unique.json,False
120+
unsqueeze,unsqueeze,unsqueeze.json,True
121+
while_loop,while_loop,linear.json,True
122+
zeros_like,zeros_like,zeros_like.json,False

0 commit comments

Comments
 (0)