Commit Graph

111 Commits (27e4ce728741e6acfa0308b8dfa2ce129bd24e22)

Author SHA1 Message Date
Yan Chunwei 2d57158e2b
fea/init tensorrt engine (#10003)
7 years ago
Luo Tao d599de5c41 auto registray op converters
7 years ago
Luo Tao 48473dddf4 Merge branch 'develop' into tr_convert_init
7 years ago
wanghaoshuang a4b452a2d6 Remove initP2P(bool) and init function in framework.
7 years ago
wanghaoshuang e4708565f4 Fix cpplint format.
7 years ago
wanghaoshuang 48b7b54321 Refine code.
7 years ago
wanghaoshuang 1bdea0a8d2 Add init interface for customize devices.
7 years ago
Luo Tao 42febfa928 tensorrt convert init
7 years ago
Luo Tao 71f51ff64a refine tensorrt cmake and dockerfile
7 years ago
Abhinav Arora 744ebcfa18
Fix CPPlint issues in fluid/inference (#10075)
7 years ago
Luo Tao d4682247e1 auto find tensorrt library
7 years ago
Yan Chunwei 186659798f
add tensorrt build support(#9891)
7 years ago
Liu Yiqun 449bdde58a Correct some typos.
7 years ago
Liu Yiqun 2762959f79 Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun 339be6254e Refine the order of arguments.
7 years ago
Yiqun Liu e90e7ab237
Remove the use of ARCHIVE_START/END (#9844)
7 years ago
Liu Yiqun bf485999f4 Merge branch 'develop' into core_inference_prepare
7 years ago
Yu Yang 5ceea265bb Disable unstable unittest
7 years ago
Liu Yiqun 720f6196ea Change the seed and make it not fixed for multi-threads cases.
7 years ago
Liu Yiqun e24172eb54 Simplify the inference unittest of fit a line and add some comment.
7 years ago
Liu Yiqun bdb21f6bc3 Merge branch 'develop' into core_inference_multi_thread
7 years ago
Liu Yiqun 93e9905482 Add unittest for calling CreateVariables manually.
7 years ago
Liu Yiqun a9855e4afd Merge branch 'develop' into core_inference_fix_run
7 years ago
Yi Wang f31a0da363 Restore inference CMakeLists.txt
7 years ago
Yi Wang e831bd43b0 Add ARCHIVE_START/END back
7 years ago
Liu Yiqun 90f3a421c7 Change the argument's type from reference to pointer.
7 years ago
Yi Wang 080e442671 Update
7 years ago
Yi Wang 0564e74fe5 Update
7 years ago
Yi Wang e9ba79c880 Update
7 years ago
Liu Yiqun 7b40f7ce4a Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun 208fcf5225 Merge branch 'develop' into core_inference_multi_thread
7 years ago
Yi Wang eebb205324 Update CMakeLists
7 years ago
Yi Wang 5bb7d59e3a
Fix cpplint errors with paddle/fluid/inference (#9702)
7 years ago
Yi Wang 797a7184ac
Unify Fluid code to Google C++ style (#9685)
7 years ago
Lei Wang 09b4a1a361 Build: generate all the build related files into one directory. (#9512)
7 years ago
Liu Yiqun 27f553b377 Add the check of CPU results and GPU results in multi-thread unittest.
7 years ago
Liu Yiqun 9cba062252 Add inferface to change the feed/fetch_holder_name.
7 years ago
Liu Yiqun fbd3604cad Split Executor.Run to Executor.Prepare and Executor.RunPreparedContext for inference.
7 years ago
Liu Yiqun 5419da6e7a Fix bug caused by block_id.
7 years ago
Liu Yiqun 0968753454 Enable the test of not creating variables every time.
7 years ago
Liu Yiqun 1885818016 Add multi-thread inference example.
7 years ago
Liu Yiqun 961151f17a Disable the link flags on Mac.
7 years ago
Liu Yiqun 6c614814da Limit the symbol table of fluid shared library.
7 years ago
Liu Yiqun a8e8507767 Refine the profile codes for inference.
7 years ago
QI JUN 47ca1814f3
fix mac build error (#8856)
7 years ago
Yiqun Liu a032f56f7c
Add profiling information for inference example (#8748)
7 years ago
Tao Luo 6f50dee4d5 compile and install the static library of fluid inference (#7827)
7 years ago
Liu Yiqun efb6ba3531 Merge branch 'develop' into core_refine_inference
7 years ago
Luo Tao bb36084949 fix error directory of fluid inference unitest
7 years ago
Siddharth Goyal a040239d3a
Add conv test case for inference-recognize digits (#8466)
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
Liu Yiqun 2d74b5f9ba Refine the Python API load/save_inference_model.
7 years ago
Liu Yiqun b44917d09b Implement IsPersistable() in c++.
7 years ago
Liu Yiqun f95e05a388 Refine the inference unittests.
7 years ago
Liu Yiqun 899ba0d05a Merge branch 'develop' into core_refine_inference
7 years ago
Liu Yiqun c796e013c6 Refine the inference unittests.
7 years ago
Yu Yang 6f625f9c2f Disable unstable unittest
7 years ago
kexinzhao e800597bcf Fix include path in inference test codes (#8349)
7 years ago
Yi Wang 35e61b3e7e Merge branch 'develop' of https://github.com/paddlepaddle/paddle into move_to_fluid
7 years ago
Yi Wang fc374821dd Correct #include path
7 years ago
Yi Wang 90648f336d Move file to fluid/; Edit CMakeLists.txt
7 years ago