Commit Graph

20 Commits (8f63a3ecffff7d3734ff405c13a1df0f6fe0486c)

Author SHA1 Message Date
GaoWei8 1dc1f9270e
Fix lod error of concat op for axis = 0 (#22538)
6 years ago
liym27 44b1343aab
Support LoDTensorArray in stack/concat api for transformation of list dygraph_to_static (#22987)
6 years ago
zhupengyang 2b619493e2 all cases use large shape (#22241)
6 years ago
GaoWei8 2690ddb558 Use skip_check_grad_ci to skip grad check (#21907)
6 years ago
juncaipeng 5bb9deb335 Update the precision of some op tests from fp32 to fp64 (#21774)
6 years ago
Zhang Ting 548efcd2e4
Fix unit tests to avoid check_grad checking failures (#21554)
6 years ago
Zhang Ting 3df13ab40c
fix PythonAPI test in Op unittest, test=develop (#21455)
6 years ago
liym27 59de8e1214 Compatible int32 and int64 for attr in concat/split/unsqueeze. test=develop (#20912)
6 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
6 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
6 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
6 years ago
chengduo fb2a9cdf83
Add fp16 support for pad and split (#19881)
6 years ago
tensor-tang 566bf2ec56
concat op support negative axis (#18045)
7 years ago
jerrywgz a72907bbf4
Enhance concat op to support empty input. (#17015)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
qingqing01 9c90dc9728
Make the CUDA kernel of concat correct and fix unit tests. (#11541)
8 years ago
chengduoZH 9075049a29 add unit test
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago