whs
|
0f99d24083
|
Make sequence_erase op support for input with multi-level LoD. (#15982)
test=develop
|
6 years ago |
lidanqing
|
02c106c717
|
MKLDNN: Add UT for conv_transpose_mkldnn op. (#16030)
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
|
6 years ago |
Zeng Jinle
|
cae6614c98
|
Merge pull request #16005 from sneaxiy/develop-fix-executor-doc
Fix develop Executor doc
|
6 years ago |
lidanqing
|
dd1c7ee604
|
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual (#16016)
test=develop
|
6 years ago |
Tao Luo
|
96f7fc60ee
|
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
MKL-DNN: Add a unit test for pooling when ceil mode is enabled
|
6 years ago |
chengduo
|
ae37f82964
|
Unified ParallelExecutor and Compiler (#15970)
* Unified ParallelExecutor and Compiler
|
6 years ago |
Krzysztof Binias
|
54f21a5c47
|
Add test for ceil mode
test=develop
|
6 years ago |
sneaxiy
|
7c4303bc4a
|
Fix doc
test=develop
|
6 years ago |
Zhen Wang
|
46c5e37858
|
improve save_persistable api doc. test=develop (#15911)
|
6 years ago |
Tink_Y
|
31d830de9f
|
refine image_resize annotation (#15976)
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
|
6 years ago |
Qiyang Min
|
187cffd019
|
Merge pull request #15928 from velconia/imperative_backward_hooks
Imperative backward hooks
|
6 years ago |
minqiyang
|
fa1ff1d2f1
|
reduce ut time
test=develop
|
6 years ago |
Tao Luo
|
c494f64a0f
|
Merge pull request #15941 from mozga-intel/mozga-intel/enable_mkldnn_framework
The flag of mkldnn engine is enabled iff it is necessary
|
6 years ago |
tensor-tang
|
e5f9d3a47c
|
Merge pull request #15892 from tensor-tang/jit/sgd
refine sgd op
|
6 years ago |
minqiyang
|
659a719315
|
increment resnet and ptbrnn's batch_num
test=develop
|
6 years ago |
minqiyang
|
50639fafdb
|
Polish code
test=develop
|
6 years ago |
ruri
|
72efef6358
|
Merge pull request #15887 from shippingwang/cosine_decay_op
add cosine decay op, test=develop
|
6 years ago |
minqiyang
|
fe406b98c9
|
Polish code
test=develop
|
6 years ago |
Xin Pan
|
a63e2a0a4f
|
Merge pull request #15948 from panyx0718/api2
Add deprecation warning
|
6 years ago |
minqiyang
|
f469bb6b36
|
Polish code
test=develop
|
6 years ago |
minqiyang
|
ac88c62a5b
|
Reset output var's pre_op pointer when op was destructed
|
6 years ago |
baojun
|
f285191fb3
|
Added adam op test=develop (#15710)
|
6 years ago |
jerrywgz
|
b92ef45fe9
|
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
change default option related to softmax, test=develop
|
6 years ago |
tensor-tang
|
58b8231338
|
added concat op test=develop (#15946)
|
6 years ago |
shippingwang
|
733da7b2fc
|
fixed typo, test=develop
|
6 years ago |
dzhwinter
|
225c11a91f
|
polish cudnn related code and fix bug. (#15164)
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
|
6 years ago |
Xin Pan
|
0c277ac6e9
|
polish
test=develop
|
6 years ago |
Xin Pan
|
840cf780e4
|
add deprecation warning.
test=develop
|
6 years ago |
mozga-intel
|
68a9ead17a
|
The flag of mkldnn is enabled iff it is necessary
test=develop
|
6 years ago |
baojun-nervana
|
e4ab40a7b9
|
added concat op test=develop
|
6 years ago |
minqiyang
|
cb85ee987b
|
Remove var op deps in imperative mode
test=develop
|
6 years ago |
colourful-tree
|
7d8f639883
|
Merge pull request #15902 from colourful-tree/new_develop
remove mkldnn & fix commit
|
6 years ago |
dzhwinter
|
15de2dff00
|
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
add ir memory optimize test base
|
6 years ago |
Zhen Wang
|
e00c7a2e26
|
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
add IrNode&IrVarNode&IrOpNode. test=develop
|
6 years ago |
tensor-tang
|
7044cfa7c7
|
add sgd jitcode and op test
test=develop
|
6 years ago |
qingqing01
|
8e439ccfff
|
Fix bug in fake_quantize_op and add more unit testing (#15912)
|
6 years ago |
minqiyang
|
50c2eb0ec2
|
Add tracer implementation
test=develop
|
6 years ago |
dzhwinter
|
48d9fd08e5
|
fix default value. test=develop
|
6 years ago |
minqiyang
|
efb2f2baf8
|
Fix bugs
test=develop
|
6 years ago |
Tao Luo
|
2c5c7b2a7e
|
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
MKL-DNN: Add Activations and Softmax UTs to check if primitives already exist in backward
|
6 years ago |
dzhwinter
|
dfb2121967
|
fix default value. test=develop
|
6 years ago |
dzhwinter
|
a4cf295471
|
fix default value. test=develop
|
6 years ago |
dzhwinter
|
a922a0a1ef
|
fix default value. test=develop
|
6 years ago |
jerrywgz
|
b53fdbed2c
|
add comment for revise, test=develop
|
6 years ago |
dzhwinter
|
6477b443f3
|
fix default value. test=develop
|
6 years ago |
chengduo
|
7ca8553d4e
|
Add alloc_continuous_space_op (#15900)
* add alloc_continuous_space_op
test=develop
* Polish code
test=develop
* follow comment
test=develop
|
6 years ago |
dzhwinter
|
131e4a3b5f
|
Merge pull request #15904 from dzhwinter/fix/disable_temp
fix nightly build
|
6 years ago |
Krzysztof Binias
|
851ea04dec
|
Add UTs to check whether primitives for activations and softmax already exist in backward
test=develop
|
6 years ago |
Zhen Wang
|
548931456c
|
update some functions' names according to the suggestion. test=develop
|
6 years ago |
minqiyang
|
b420ec3a92
|
invoke backward_hooks after reduce op's depcounts map
test=develop
|
6 years ago |