Skip to content

Commit 154368b

Browse files
committed
Re-add the lack pybind.h
1 parent fc37482 commit 154368b

File tree

1 file changed

+158
-0
lines changed

1 file changed

+158
-0
lines changed

paddle/fluid/pybind/pybind.h

Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
// Generated by the paddle/operator/CMakeLists.txt. DO NOT EDIT!
2+
3+
USE_CUDA_ONLY_OP(ncclAllReduce);
4+
USE_NO_KERNEL_OP(cond);
5+
USE_OP(cross_entropy);
6+
USE_OP(softmax_with_cross_entropy);
7+
USE_OP(softmax);
8+
USE_OP(detection_output);
9+
USE_OP(sequence_softmax);
10+
USE_OP(sum);
11+
USE_OP(sgd);
12+
USE_NO_KERNEL_OP(print);
13+
USE_OP(adagrad);
14+
USE_OP(maxout);
15+
USE_OP(unpool);
16+
USE_OP(max_pool2d_with_index);
17+
USE_NO_KERNEL_OP(lod_rank_table);
18+
USE_NO_KERNEL_OP(lod_tensor_to_array);
19+
USE_NO_KERNEL_OP(array_to_lod_tensor);
20+
USE_NO_KERNEL_OP(max_sequence_len);
21+
USE_OP(sequence_conv);
22+
USE_OP(sequence_pool);
23+
USE_OP(lstm);
24+
USE_OP(lstmp);
25+
USE_OP(gru);
26+
USE_NO_KERNEL_OP(recurrent);
27+
USE_OP(warpctc);
28+
USE_OP(cos_sim);
29+
USE_NO_KERNEL_OP(parallel_do);
30+
USE_OP(conv2d);
31+
USE_OP(edit_distance);
32+
USE_OP(pool2d);
33+
USE_OP(conv2d_transpose);
34+
USE_OP_DEVICE_KERNEL(conv2d, CUDNN);
35+
USE_OP_DEVICE_KERNEL(pool2d, CUDNN);
36+
USE_OP_DEVICE_KERNEL(conv2d_transpose, CUDNN);
37+
USE_NO_KERNEL_OP(save);
38+
USE_NO_KERNEL_OP(load);
39+
USE_NO_KERNEL_OP(save_combine);
40+
USE_NO_KERNEL_OP(load_combine);
41+
USE_NO_KERNEL_OP(shrink_rnn_memory);
42+
USE_OP(multiplex);
43+
USE_OP(split);
44+
USE_NO_KERNEL_OP(feed);
45+
USE_OP(proximal_gd);
46+
USE_OP(lstm_unit);
47+
USE_NO_KERNEL_OP(merge_lod_tensor);
48+
USE_OP(matmul);
49+
USE_CPU_ONLY_OP(precision_recall);
50+
USE_OP(ctc_align);
51+
USE_OP(crop);
52+
USE_OP(iou_similarity);
53+
USE_OP(scatter);
54+
USE_OP(clip_by_norm);
55+
USE_OP(fill_constant_batch_size_like);
56+
USE_OP(rmsprop);
57+
USE_NO_KERNEL_OP(lod_array_length);
58+
USE_NO_KERNEL_OP(increment);
59+
USE_OP(squared_l2_distance);
60+
USE_NO_KERNEL_OP(get_places);
61+
USE_OP(smooth_l1_loss);
62+
USE_CPU_ONLY_OP(crf_decoding);
63+
USE_OP(bilinear_tensor_product);
64+
USE_OP(scale);
65+
USE_OP(assign_value);
66+
USE_CPU_ONLY_OP(mine_hard_examples);
67+
USE_OP(elementwise_div);
68+
USE_OP(sigmoid_cross_entropy_with_logits);
69+
USE_OP(log_loss);
70+
USE_OP(momentum);
71+
USE_OP(box_coder);
72+
USE_OP(sequence_reshape);
73+
USE_OP(reduce_sum);
74+
USE_OP(split_selected_rows);
75+
USE_OP(decayed_adagrad);
76+
USE_OP(elementwise_sub);
77+
USE_OP(layer_norm);
78+
USE_OP(roi_pool);
79+
USE_NO_KERNEL_OP(while);
80+
USE_NO_KERNEL_OP(is_empty);
81+
USE_CPU_ONLY_OP(nce);
82+
USE_OP(expand);
83+
USE_OP(linear_chain_crf);
84+
USE_OP(sigmoid);
85+
USE_NO_KERNEL_OP(read);
86+
USE_OP(concat);
87+
USE_OP(one_hot);
88+
USE_OP(top_k);
89+
USE_CPU_ONLY_OP(positive_negative_pair);
90+
USE_OP(im2sequence);
91+
USE_CPU_ONLY_OP(chunk_eval);
92+
USE_OP(sequence_expand);
93+
USE_OP(modified_huber_loss);
94+
USE_OP(minus);
95+
USE_OP(huber_loss);
96+
USE_OP(gaussian_random);
97+
USE_OP(elementwise_max);
98+
USE_OP(adamax);
99+
USE_OP(batch_norm);
100+
USE_NO_KERNEL_OP(beam_search);
101+
USE_OP(hinge_loss);
102+
USE_OP(dropout);
103+
USE_OP(row_conv);
104+
USE_OP(conv_shift);
105+
USE_NO_KERNEL_OP(fill);
106+
USE_CPU_ONLY_OP(auc);
107+
USE_OP(ftrl);
108+
USE_NO_KERNEL_OP(fill_constant);
109+
USE_CPU_ONLY_OP(bipartite_match);
110+
USE_OP(spp);
111+
USE_OP(sequence_slice);
112+
USE_OP(sign);
113+
USE_OP(prelu);
114+
USE_OP(mul);
115+
USE_OP(proximal_adagrad);
116+
USE_OP(reshape);
117+
USE_OP(cumsum);
118+
USE_OP(cast);
119+
USE_OP(elementwise_pow);
120+
USE_OP(lookup_table);
121+
USE_OP(label_smooth);
122+
USE_OP(squared_l2_norm);
123+
USE_CPU_ONLY_OP(multiclass_nms);
124+
USE_NO_KERNEL_OP(conditional_block);
125+
USE_OP(adadelta);
126+
USE_OP(gather);
127+
USE_OP(pad);
128+
USE_NO_KERNEL_OP(fetch);
129+
USE_OP(sequence_erase);
130+
USE_OP(uniform_random);
131+
USE_OP(gru_unit);
132+
USE_OP(accuracy);
133+
USE_OP(elementwise_min);
134+
USE_OP(elementwise_add);
135+
USE_OP(fill_zeros_like);
136+
USE_OP(mean);
137+
USE_OP(clip);
138+
USE_OP(rank_loss);
139+
USE_OP(sequence_concat);
140+
USE_NO_KERNEL_OP(assign);
141+
USE_OP(elementwise_mul);
142+
USE_OP(target_assign);
143+
USE_OP(lrn);
144+
USE_OP(margin_rank_loss);
145+
USE_NO_KERNEL_OP(reorder_lod_tensor_by_rank);
146+
USE_NO_KERNEL_OP(beam_search_decode);
147+
USE_NO_KERNEL_OP(rnn_memory_helper);
148+
USE_OP(l1_norm);
149+
USE_NO_KERNEL_OP(split_lod_tensor);
150+
USE_OP(lod_reset);
151+
USE_OP(norm);
152+
USE_OP(adam);
153+
USE_OP(transpose);
154+
USE_CPU_ONLY_OP(prior_box);
155+
USE_OP(less_than);
156+
USE_OP(logical_and);
157+
USE_NO_KERNEL_OP(read_from_array);
158+
USE_NO_KERNEL_OP(create_random_data_generator);

0 commit comments

Comments
 (0)