Luo Tao
c6d230e03e
add FLAGS_use_mkldnn to global control use_mkldnn
7 years ago
tensor-tang
661826a70a
enable MKLDNN inference test
7 years ago
Yiqun Liu
b7026f79a9
Fix a bug related to dispensable inputs and refine the inference unittest ( #10527 )
...
* Fix a bug related to dispensable inputs and refine the inference unittest.
* Fix the use of dispensable inputs in reshape_op.
* Polish the enforce statements.
* Fix an English writing typo.
7 years ago
Kexin Zhao
7a86069422
Add float16 demo code and put float16 work in contrib/float16 folder ( #10331 )
...
* add test float16 inference accuracy example
* complete the test
* clean code
* add argument parse and refine tests
* add shell script
* add float16 benchmark code
* refine code
* prepare for contrib/float16
* put things in contrib float16 folder
* update benchmark result
* further update benchmark report
* add float16 inference report
* update report
7 years ago
Kexin Zhao
0ecc6fa8f3
Add float16 transpiler and image classification example ( #10109 )
...
* add float16 transpiler
* fix feed fetch target names mismatch
* fix cast op input change issue
* fix program desc flush error
* fix inconsistent var names in block desc bug
* code clean up
* add float16 infernce C++ example and fix prune bug
7 years ago
Liu Yiqun
bf485999f4
Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun
93e9905482
Add unittest for calling CreateVariables manually.
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
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
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
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
Yi Wang
90648f336d
Move file to fluid/; Edit CMakeLists.txt
7 years ago