You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/inference/tensorrt/convert
nhzlx 2b5edfbc37
Add ceil model pooling for trt (ocr attention)
6 years ago
..
CMakeLists.txt add op converter 6 years ago
activation_op.cc add dropout and sigmoid op converter 7 years ago
batch_norm_op.cc fix comments and set name for trt layer and ITensor 7 years ago
concat_op.cc delete unused log 7 years ago
conv2d_op.cc delete unused log 7 years ago
dropout_op.cc add dropout and sigmoid op converter 7 years ago
elementwise_op.cc fix comments and set name for trt layer and ITensor 7 years ago
fc_op.cc fix comments and set name for trt layer and ITensor 7 years ago
io_converter.cc
io_converter.h
mul_op.cc unify libpaddle_inference_api into libpaddle_fluid 7 years ago
op_converter.h concat op && map cnn model support 7 years ago
pad_op.cc add op converter 6 years ago
pool2d_op.cc Add ceil model pooling for trt (ocr attention) 6 years ago
softmax_op.cc add softmax op converter 7 years ago
test_activation_op.cc add dropout and sigmoid op converter 7 years ago
test_batch_norm_op.cc add batch norm op converter 7 years ago
test_concat_op.cc concat op && map cnn model support 7 years ago
test_conv2d_op.cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_tensorrt_conv2d_converter 7 years ago
test_dropout_op.cc add dropout and sigmoid op converter 7 years ago
test_elementwise_op.cc increase the test batch 7 years ago
test_fc_op.cc fix comments 7 years ago
test_io_converter.cc
test_mul_op.cc fix comments 7 years ago
test_op_converter.cc 1. change tensorrt op from cpu to gpu 7 years ago
test_pad_op.cc add op converter 6 years ago
test_pool2d_op.cc Add ceil model pooling for trt (ocr attention) 6 years ago
test_softmax_op.cc add softmax op converter 7 years ago
ut_helper.h add comments for execute in ut_helper 7 years ago