- 25 5月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* fluid int8 train and trt int8 predict align. trt int8 predict init op converter * 2. align fluid int8 train and trt int8 inference. enhance quant dequant fuse pass enhance op converter, trt engine, trt engine op, trt subgraph pass. * 3. add delete_quant_dequant_pass for trt test=develop * 4. add the missing file test=develop * 5. i modify the c++ interface, but forget to modify the pybind code fix the IS_TRT_VERSION_GE bug, and fix elementwise op converter test=develop
-
- 09 5月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
1. infernce multi card occupy 2. facebox model inference occupy too much test=develop
-
- 02 4月, 2019 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 28 3月, 2019 2 次提交
-
-
由 Michał Gallus 提交于
* Refine default MKL-DNN Pass order test=develop * Add comment to default MKL-DNN Pass list test=develop
-
由 Wojciech Uss 提交于
* C-API quantization core test=develop Co-authored-by: NSylwester Fraczek <sylwester.fraczek@intel.com> * Decouple Quantizer from AnalysisPredictor test=develop * fixes after review test=develop * renamed mkldnn quantize stuff test=develop * remove ifdef from header file test=develop
-
- 21 3月, 2019 1 次提交
-
-
由 Wojciech Uss 提交于
* Add enabling quantization test=develop * remove unused (here) function
-
- 20 3月, 2019 1 次提交
-
-
由 nhzlx 提交于
support change input size
-
- 14 2月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 31 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 24 1月, 2019 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 21 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 14 1月, 2019 1 次提交
-
-
由 tensor-tang 提交于
-
- 13 1月, 2019 1 次提交
-
-
由 tensor-tang 提交于
-
- 11 1月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
-
- 08 1月, 2019 2 次提交
-
-
由 tensor-tang 提交于
test=develop
-
由 Yan Chunwei 提交于
-
- 07 1月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 26 12月, 2018 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 25 12月, 2018 1 次提交
-
-
由 nhzlx 提交于
fix conv+elemenwise fuse bug.
-
- 16 12月, 2018 1 次提交
-
-
由 nhzlx 提交于
test=develop
-
- 14 12月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 03 12月, 2018 1 次提交
-
-
由 Yihua Xu 提交于
(test=develop)
-
- 28 11月, 2018 1 次提交
-
-
由 nhzlx 提交于
-
- 20 11月, 2018 1 次提交
-
-
由 nhzlx 提交于
-
- 15 11月, 2018 2 次提交
-
-
由 Sylwester Fraczek 提交于
* add is_test to pooling and activations add prop_kind support for layers activation. conv and pooling add a pass that sets is_test to true add transpiler version of is_test pass test=develop * patch test and pass test=develop * add pass to analyzer.h test=develop * add is_test attr description & pass only on mkldnn in: activation_op.cc batch_norm_op.cc conv_op.cc dropout_op.cc lrn_op.cc pool_op.cc sequence_pool_op.cc softmax_op.cc * fix is_test handling for activation pool and conv * change description of is_test for all layers again * remove GetAttr(use_mkldnn) from pass * rename correct_mkldnn_test_phase to is_test and remove dependency on MKLDNN test=develop * review fix magic number * two if(..)s into one * Check is_test once and pass mkldnn forward prop kind * dereference shared_ptr with * (without get()) test=develop * add is_test_pass back test=develop
-
由 Yiqun Liu 提交于
* Refine the tester for MixedRTPredictor. test=develop * Enable the profiler in TensorRT engine. * Support the use of combined inference model in TensorRT unittest, and print the shape of feed targets.
-
- 14 11月, 2018 1 次提交
-
-
由 Yan Chunwei 提交于
-