Liu Yiqun
449bdde58a
Correct some typos.
7 years ago
Liu Yiqun
339be6254e
Refine the order of arguments.
7 years ago
Liu Yiqun
bf485999f4
Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun
720f6196ea
Change the seed and make it not fixed for multi-threads cases.
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
Liu Yiqun
7b40f7ce4a
Merge branch 'develop' into core_inference_prepare
7 years ago
Yi Wang
5bb7d59e3a
Fix cpplint errors with paddle/fluid/inference ( #9702 )
...
* Correct inference
* Update
* Update
7 years ago
Yi Wang
797a7184ac
Unify Fluid code to Google C++ style ( #9685 )
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
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 )
...
* Add profiling information for inference example, recognize digits.
* Refine the profiling method.
* Correct the use of RecordEvent and simplify recognize_digits.
7 years ago
Liu Yiqun
efb6ba3531
Merge branch 'develop' into core_refine_inference
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
kexinzhao
e800597bcf
Fix include path in inference test codes ( #8349 )
...
* fix absolute include path
* Remove test_helper.h in old location
* update include path
7 years ago