Commit Graph

2984 Commits (952508527a94de94a78c9250545dcd2d37d21ff4)

Author SHA1 Message Date
Aurelius84 b125e327aa
Remove constraint that last dimension is forced to be 1 in cross_entropy (#19606)
7 years ago
wopeizl a7c440d303
add precise roi pooling op test=develop (#18960)
7 years ago
Yiqun Liu 3cd985a669
Add a pass to fuse fc+elementwise_add+layernorm (#19776)
7 years ago
WangXi 8c2c8dc626 distribute.launch use poll to query subprocess (#19853)
7 years ago
chengduo 8e9273272f Disable test_dygraph_mnist_fp16.py (#19844)
7 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
7 years ago
LielinJiang 6d72a86b14 fix_roi_transform_bug (#19785)
7 years ago
Zeng Jinle db26de8389
[Bug fix] Disable memory reuse on feeded variables (#19835)
7 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
7 years ago
chengduo b99fc38cec
Add fp16 support for dygraph (#19828)
7 years ago
Leo Chen 5fbf03d6b4 Enhance OpTest to support double grad inplace check (#19826)
7 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
7 years ago
liym27 bd89a27308 add tensor support for argument shape in reshape op; (#19268)
7 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
7 years ago
liym27 e9e3c08777 fix expand op: (#19302)
7 years ago
xujiaqi01 6bf298bf09
support preload thread, optimize hdfs log, fix master+patch bug (#19695)
7 years ago
Jiabin Yang cc311bdf95
Feature/add transform data dygraph (#19707)
7 years ago
lvmengsi b76343c3b7
cpu Conv double grad (#19672)
7 years ago
翟飞跃 93c85c930a Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770)
7 years ago
ruri a0e9b7b9a2
add unittest for square error cost op (#19746)
7 years ago
zhongpu 52673956de add kernel for squeeze_op, test=develop (#19656)
7 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
7 years ago
Aurelius84 8c7e411908
Remove constraint that last dimension is forced to be 1 by adding one_hot_v2 (#19716)
7 years ago
chengduo c308c88d71
Fix test_parallel_executor_test_while_train (#19723)
7 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
7 years ago
Yiqun Liu a65c728e5d
Implement the GPU kernel of fc operator (#19687)
7 years ago
Aurelius84 22301115d0
Remove constraint that last dimension is forced to be 1 in huber_loss op (#19562)
7 years ago
Thunderbrook bda92434db remove trainer desc test in windows temporarily (#19753)
7 years ago
Youwei Song 810a33c8bd fix dygraph partitial backward problem (#19625)
7 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
7 years ago
Zeng Jinle bb4f8dee83
add logs to left var memory size, test=develop (#19722)
7 years ago
chengduo 2c30e64b2f
increase timelimit test_pe_serexnext (#19702)
7 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
7 years ago
Chen Weihang c78a4781bf
Fix train error when test_program.clone is executed after optimizer.minimize (#19397)
7 years ago
zhongpu 5f627488db add kernel for unsqueeze_op and Add unsqueezed op test, test=develop (#19436)
7 years ago
123malin a25a716e87
Optimize fleet API: add input check for some interfaces (#18971)
7 years ago
Aurelius84 25c0eb28cc
fix unittest random failed test=develop (#19654)
7 years ago
chengduo 5c4eb394e9 Make test_pe_seresnext serial (#19634)
7 years ago
chengduo ac34aac33f Disable the test_parallel_executor_test_while_train temporarily (#19641)
7 years ago
123malin 2f037c3189
fix the diff between async mode and async_half mode (#19535)
7 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
7 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
7 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
7 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
7 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
7 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
7 years ago
zhongpu 118bb897cf add kernel for flatten_op, test=develop (#19472)
7 years ago
baojun a3a4b6e570 Enable ngraph through build_strategy (#19266)
7 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
7 years ago
wawltor 364c44422e
Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508)
7 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
7 years ago
hutuxian 66ad68ed7b
Update UT test_boxps (#19599)
7 years ago
baojun f2ad30c4dd Some ngraph op and unittest fix (#19515)
7 years ago
Tao Luo 49523ea189
replace PADDLE_ASSERT with PADDLE_ASSERT_MSG (#19586)
7 years ago
Zeng Jinle 635cd62d23
remove deprecated memory_optimize usages, test=develop (#19579)
7 years ago
gongweibao 57f0f0f2dc
Delete pserver complete file before executor running. (#19468)
7 years ago
JesseyXujin 4a7e6deb63
add padding in linear_chain_crf op (#19583)
7 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
7 years ago
Zeng Jinle 5dce1da680 remove reset recordio usage (#19519)
7 years ago
ShenLiang 85914f7a88 add gather_nd op and unit test (#19366)
7 years ago
Jacek Czaja ecd9f330c9 [MKL-DNN] Fix to face model on AVX512 platforms (#19282)
7 years ago
Liufang Sang 9dde564097 change var name padding_num to padding_value (#19498)
7 years ago
Aurelius84 5b5379b32a
Add sequence_topk_avg_pooling Op (#19442)
7 years ago
chengduo 1cdd3b6985
Disable GC in test_parallel_exe_seresnext (#19408)
7 years ago
yaoxuefeng 10ca3f9609
add thread scope stat accurate metrics test=develop (#19480)
7 years ago
chengduo e340df013e
Support feed single persistable variable to PE (#19417)
7 years ago
lidanqing ba368bf696 clean up intel labeled TODOs (#19476)
7 years ago
Thunderbrook 1fe468d319
support debug each output of each ins (#19004)
7 years ago
Double_V 1d0f04315a fix row_conv_op to force it support lodtensor and tensor input simultaneously, test=develop (#19412)
7 years ago
Jiabin Yang 1ce0a09e60
fix con2d transpose bias by create and init it in build_once (#18968)
7 years ago
Yi Liu 4ef6b8457a
adapte fleet api for localsgd and support nccl comm configuration in executor (#19443)
7 years ago
tangwei12 65c7368400
Fix the correctness of async mode at distributed training (#18863)
7 years ago
chengduo e26411cec2
Open test_parallel_dygraph_se_resnext (#19342)
7 years ago
Yi Liu efb05ba258
supports multiple NCCL communicators preserved in NCCLCommContext (#19407)
7 years ago
Aurelius84 a9cd513680
improve sequence_conv api doc (#19316)
7 years ago
vincentXiyu 482ce818bb Support Tensor input with padding for warpctc op (#19322)
7 years ago
chengduo bfb6ac816e
Fix optimizer bug (#19410)
7 years ago
Leo Chen 6fb310ae29 Fix bug of getting bool Flags from os.environ (#19349)
7 years ago
liu zhengxi 32598ffd8f
Python infer api update and add unit test (#19353)
7 years ago
chengduo 11070cbff9
enabel seresnext reduce test (#19341)
7 years ago
Ghost Under Moon 10643b4ea6 fix- raise io error when user load from non-existed dir test=develop (#19384)
7 years ago
mapingshuo d5ac87ec22
Lookahead optimizer (#19386)
7 years ago
silingtong123 da127d1110 Optimized error reporting information (#19173)
7 years ago
Jiabin Yang 55931db449
fix problem that get_attr method can't using default mode when we call has_attr in dygraph (#19328)
7 years ago
zhang wenhui 4a3c4b8fa4
add fleet_desc config feature & multi_sparse table, test=develop (#18827)
7 years ago
Leo Chen d49c2bad71 update inplace grad test to new CompiledProgram API, test=develop (#19359)
7 years ago
chengduo 4278518fb0
Update CompiledProgram (#18919)
7 years ago
翟飞跃 2e3ee57954 Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153)
7 years ago
Leo Chen a9d5fc5142 Enhance OpTest to check the consistency of operators when using and not using inplace (#19101)
7 years ago
Aurelius84 0d29cf18f4
Supports diagonal initialization in uniform_random op (#19299)
7 years ago
chengduo 5a579df9ba
[Speedup] Make dygraph data parallel faster (#19280)
7 years ago
chengduo 6a1632318d
Split test_parallel_executor_seresnext to three unit test (#19239)
7 years ago
lidanqing 3fdecc19b7 Add elementwise_mul_mkldnn UT with [conv + elt_mul + conv] (#19191)
7 years ago
danleifeng 0865b5a9a0 distribute launch : add use_paddlecloud argument (#19273)
7 years ago
Zhaolong Xing 76c95af000
Fix BUG: Mask RCNN inference diff When using AnalysisPredictor. (#19213)
7 years ago
Aurelius84 78a3d837f8
Add match_matrix_tensor op (#18525)
7 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
7 years ago
zhang wenhui 539c870753
add fl_listen_and_serv &fl_transpiler,test=develop (#19091)
7 years ago
kh2se2013 27e85625b8 add python coverage launch when WITH_COVERAGE=ON (#19264)
7 years ago
chengduo 8a89ca94ce
Fix REGISTER_OP_WITHOUT_GRADIENT (#19251)
7 years ago
gongweibao fd4b15a2f6
Unset unittests http_proxy env to avoid timeout. (#19269)
7 years ago
Tao Luo 2f8c7e021f
remove unused inference_transpiler unit-tests (#19130)
7 years ago
zhaoyuchen2018 0c71c839ec
Fix recurrent op not update grade issue (#18581)
7 years ago
Adam b837689e97 Add generalized Conv+Activation MKLDNN fuse pass creation (#19072)
7 years ago
Yibing Liu 50b1cab122
Add padding support for crf_decoding (#19057)
7 years ago
LielinJiang 1331c9e1f8 fix distributions unittest bug, test=develop (#19012)
7 years ago
lidanqing c548e370f1 UT coverage for guassian_mkldnn_op and batch_norm_mkldnn_op (#19011)
7 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
7 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
7 years ago
gongweibao 29d8781240
Polish fleet API to support cuda collective mode and nccl2 mode. (#18966)
7 years ago
yaoxuefeng 9150cf50fc
add save cache model api in fleet& add slots shuffle in dataset module & add metric op to calculate ctr related metrics (#18871)
7 years ago
Zeng Jinle c51eb6bb14
remove book_memory_optimization directory, test=develop (#19117)
7 years ago
Zeng Jinle c194b0c835
Try to deprecate unstable python memory optimize (#18983)
7 years ago
hutuxian 5a80cc8431
Datafeed support reading to cuda place directly. (#19071)
7 years ago
chengduo 3f4c088ad8
prune the feed op in compiler (#18997)
7 years ago
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
7 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
7 years ago
chengduo 17d62ab220
Enhance fuse optimization op pass (#19010)
7 years ago
chengduo 21440b4d69
Add call stack info during compile time (#19067)
7 years ago
Leo Chen 8f53735437 Fix memory overwriting of tensors returned by executor (#19030)
7 years ago
Kevin e681d65515 Add var_conv_2d op (#18518)
7 years ago
Zeng Jinle 311f90f1eb
reduce_unittest_time,test=develop (#19005)
7 years ago
Liufang Sang faf6890b6c support tensor input for ctc align op (#18887)
7 years ago
Dong Daxiang c97ea53c3e make listen and server as exclusive run (#18990)
7 years ago
Zeng Jinle 7ac748adb4
Open gc by default (#18836)
7 years ago
石晓伟 ee2f296ef8
Fusion: seqpool_cvm_concat (#18471)
7 years ago
wawltor 3ab1866ca5
Add the op of unique_with_counts, expand count function of the op unique (#18720)
7 years ago
LielinJiang 22fa4c2d24 Fix depthwise conv gpu kernel bug (#18582)
7 years ago
HaoRen 24f8543106 Add center Loss Op Support (#18681)
7 years ago
Dong Daxiang 2bb296dfe9
make dist unit test exclusive run (#18865)
7 years ago
danleifeng e0a2d4dfec Add elementwise_pow_op backward implementation and the unit test codes of it. (#18848)
7 years ago
chengduo ecd2bdada6
add CPUInplaceTestWithFuseOptimizationOps (#18867)
7 years ago
Zeng Jinle 8008ab4e6b
Remove legacy C++ memory optimization codes (#18834)
7 years ago
Zeng Jinle 9a8a7a1ddc
fix affine_channel no_need buffer bug, test=develop (#18844)
7 years ago
chengduo 4140fe11a4
Open fuse optimization ops (#18741)
7 years ago
Adam ee02227949 Add LeakyReLU MKLDNN support (#18762)
7 years ago
Zeng Jinle a802da650b
Feature/mem opt pass refactor (#18735)
7 years ago
guru4elephant 2efb282c86
split test_dist_se_resnext.py into 4 testcases (#18743)
7 years ago
Bob Zhu 220eef602e Extend Matmul to support matrix multiplication with multiple heads (#18570)
7 years ago
whs 075e1cf78e
Add python API for appending LoD level (#18702)
7 years ago
chengduo 8259f1418f
Enhance backward process (#18700)
7 years ago
chengduo fd3aad6cb3
Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664)
7 years ago
Yi Liu 157211c4e1
supports distributed classification (#18690)
7 years ago
Huihuang Zheng a3028bb729
Fix random test_recurrent_op failure (#18718)
7 years ago
Tao Luo bd22453f20
Revert "Add LeakyRelu MKLDNN support (#18656)" (#18723)
7 years ago
guru4elephant ebf9797ec3
split different comm method for mnist distributed training (#18715)
7 years ago
Huihuang Zheng 89bc3fd841
Support memory eager deletion on recurrent OP (#17710)
7 years ago
Adam d6b6a337a9 Add LeakyRelu MKLDNN support (#18656)
7 years ago
tangwei12 0b9acb4912
add check of executor (#17986)
7 years ago
Zeng Jinle ae58afc546
Feature/auto_growth_allocator (#18561)
7 years ago
hutuxian bb2f5d24a2
hash_op support int64 hash_size (#18674)
7 years ago
guru4elephant ab57d3893e
make auc op compatible with 1 dim (#18551)
7 years ago
guru4elephant b71b454328 increase timeout again (#18628)
7 years ago
123malin b414645a65
fix #17430: int64类型的attr训练非预期 (#18264)
7 years ago
kh2se2013 9ad57f2dfd 1)change to parallel mode on python coverage run (#18594)
7 years ago
gongweibao c0a82748cf
Polish backwards optimizer dependency codes and use more default values. (#18255)
7 years ago
Zeng Jinle d3003a1620
Feature/buffer_shared_inplace (#17911)
7 years ago
lujun b6d5c74f69
update dygraph api doc for web (#18550)
7 years ago
Physher 0caa08ea40 Add mkldnn int8 mul-op kernel (#17834)
7 years ago
LielinJiang 24d1c44a0c Fix roi_perspective_transform_op bug (#18522)
7 years ago
zhaoyuchen2018 832d8191ff
Fix topk cannot handle 1D vector bug (#18466)
7 years ago
Jiabin Yang 7586cdd545
Hide no support (#18515)
7 years ago
LielinJiang 43e17c7951 Add distributions of normal and uniform (#18023)
7 years ago
qingqing01 602cb6a5b4
Enhance linear_lr_warmup (#18463)
7 years ago
chengduo 7453857324 Make fuse_all_reduce_op_pass support mix_precision (#17652)
7 years ago
zhoukunsheng 7c6f2350b9 support Tensor input for edit_distance op (#18162)
7 years ago
zhoukunsheng 26318544d2 support Tensor input for chunk_eval op (#18226)
7 years ago
zhoukunsheng 206c44e2a8 add unique kernel and op (#17557)
7 years ago
zhoukunsheng 71af72b1c2 upgrade hash op to support Tensor and LoDTensor input (#17998)
7 years ago
zhoukunsheng d3b3443d10 add ones_like op (#17388)
7 years ago
zhoukunsheng 67b48d7fe7 add size op (#17412)
7 years ago
hutuxian 6e0df3102e
Refactor for Pipeline Thread Check (#18459)
7 years ago
Yi Liu a873fa84ce
supports collective training with programs (#18392)
7 years ago
chengduo e0d8c6ac68
Add find_no_grad_vars in backward.py (#17942)
7 years ago
LielinJiang 449c7a9f98 Make roi_perspective_transform op return mask and transform matrix (#18371)
7 years ago
kh2se2013 27fb9cad65 add WITH_COVERAGE option, default OFF (#17872)
7 years ago
HaoRen b7128bac5f supports collective communicated training (#18175)
7 years ago
hutuxian e42057cd1a
add ut for pipeline training (#18289)
7 years ago
Jiabin Yang bd61d89925
test=develop, recover ocr ut on dygraph (#18166)
7 years ago
Yibing Liu 23941e43ec
Update lamb optimizer (#18333)
7 years ago
Jiabin Yang 79bcdbbf1a test=develop, disable basic gru related ut (#18329)
7 years ago
Hongyu Liu df2eee71d8
Sequence mask support tensor (#18249)
7 years ago
chengduo d54e13bbec
add random seed for recurrent op test (#18274)
7 years ago
xiaoting b58bb80248 set src_idx > 0 for bilinear_interp_op (#18238)
7 years ago
guru4elephant 7d76e34ec2
add more print function for timeout issue, make timeout value larger (#18219)
7 years ago
Zeng Jinle ec970f1270
Fix create_lod_tensor (#18196)
7 years ago
Hongyu Liu cefd0fb598
Fix slice op shape=-1 bug (#18107)
7 years ago
Jiabin Yang b3cbc5be76
test=develop, fix test_imperative_transformer and ocr (#18127)
7 years ago
Qiao Longfei 778f6acf4d
disable test_async_ssa_graph_executor_mnist test=develop (#18165)
7 years ago
翟飞跃 802ea50956 fix spelling errors (#17941)
7 years ago
Jiabin Yang 991c94f135
test=develop, add add_multi_gpu_install_check (#18157)
7 years ago
chengduo 4978db2c10
Remove nccl dep when the number of GPU is 1 (#18158)
7 years ago
Zeng Jinle 6eec66a1b1
Fix py_reader iterable bug (#18108)
7 years ago
qingqing01 80d2e66f9e
Update backward appending stragety to support double backward and fix some bug. (#18104)
7 years ago
FlyingQianMM ff83655f7e
add detection output operator for supporting retinanet (#17896)
7 years ago
guru4elephant 0941e3e013
add class name and timeline for test_dist_base.py (#18122)
7 years ago
FlyingQianMM 0aee1f0074
add sigmoid focal loss operator for supporting retinanet (#17895)
7 years ago
FDInSky 9e4b9d9798 Update generate_proposal_labels_op to support CascadeRCNN. (#17200)
7 years ago
FlyingQianMM 9ed2f936f1
add target assign operator for supporting retinanet (#17893)
7 years ago
chengduo 24e988a471
Fix bug of scope_buffered_ssa_graph_executor (#18100)
7 years ago
wopeizl 26a7c1a396
add unit test to cover all parameters for print op test=develop (#18089)
7 years ago
guru4elephant b2cfdc3891
Refine unittest log (#18084)
7 years ago
gongweibao f5caf3443c
Fix reinitialized ncclid error! (#18025)
7 years ago
qingqing01 e81756f1ba
Hidden paddle.fluid.layers.detection_map. (#18033)
7 years ago
chengduo b5a1c1463d
Update CPU_NUM config (#18059)
7 years ago
tensor-tang 566bf2ec56
concat op support negative axis (#18045)
7 years ago
tangwei12 101f74cb19
fix save/load in fleet (#17675)
7 years ago
wawltor 8eb134c3c1
Fix scatter and gather op when has duplicate index (#17952)
7 years ago
Huihuang Zheng 0bf2535158
Cherry-pick: fix random CI failure. (#18011)
7 years ago
Kaipeng Deng 96ee528e3e
fix logging basicConfig cannot be setting after import paddle (#17786)
7 years ago
cjt222 871af28d6c
add deformable psroi pooling (#17827)
7 years ago
SunGaofeng 40885c225b
add unfold op (new op),test=develop (#17944)
7 years ago
hutuxian 969e6378b9
Pipeline Concurrency (#17402)
7 years ago
Huihuang Zheng 9f519bafe7
Ignore a unit test which failed on cuda9/10 python3 ci task (#17950)
7 years ago
Yibing Liu 33d1e56506
Enable seq_pool op to accept len 0 input (#17284)
7 years ago
Hongyu Liu 2a9d74f67c
Add comment for dygraph api (#17869)
7 years ago
Hongyu Liu 8062bd510c
Reshape support tensor attribute (#17781)
7 years ago
gongweibao f3e5a5cf67
Unset https_proxy and http_proxy in our launch.py (#17915)
7 years ago
Jiabin Yang fba10b6bb5
test=develop, refine api (#17883)
7 years ago
gongweibao fbbdc9ccad
Add backward and optimizer operator dependency pass. (#17746)
7 years ago
Jiabin Yang 4cb7d32c9b
test=develop, add dygraph_not_support and refine ocr (#17868)
7 years ago
Huihuang Zheng 83e51ded21
SERIAL flaky imperative unit tests for CI cuda9 (#17892)
7 years ago
Jiabin Yang 3bfb92c32b
test=develop, hide build_once (#17871)
7 years ago
Jiabin Yang 022dfed4fc
Add optimizer save and load (#16986)
7 years ago
pawelpiotrowicz 39bc8a55a4 [NGraph] Enable ngraph layer_norm operator (#17599)
7 years ago
gongweibao 6a1df46991
Fine tuning launch.py (#17223)
7 years ago
wopeizl 841553e13f
use pyreader to read data in dygraph mode (#17314)
7 years ago
Jiabin Yang 3d3f5506d2
Feature/Fix recurrent usage of Varbase in Dygraph (#17838)
7 years ago
Jiabin Yang eaf049c4b8 test=develop, refine ocr attention model (#17763)
7 years ago
Hongyu Liu dfec676270
expand op supprt tensor attribute (#17773)
7 years ago
Jiabin Yang 3b70f870e2
Using Smart pointer to optimizer memory usage of dyGraph (#17768)
7 years ago
Hongyu Liu 82358bfdc1
ont hot support tensor depth (#16972)
7 years ago
mozga-intel 6a6bf597f7 [NGraph] Enable elementwise_div operator test=develop (#17515)
7 years ago
Zeng Jinle 3a6ead24ad
Add no_grad decorator to dygraph (#17790)
7 years ago
lilong12 bfcc97d924
Split the unittest test_dist_mmist into multiple unittests (test_dist_mnist, test_dist_mnist_nccl and test_dist_mnist_lars) to avoid timeout (#17707)
7 years ago
guru4elephant d52391094d
fix prepare context redundant code problem, optimize executor by cach… (#17743)
7 years ago
baojun 2c58f1a83c [NGraph] Added lookup table to ngraph engine test=develop (#17647)
7 years ago
pawelpiotrowicz bacc822492 [NGraph] Enable transpose ngraph operator (#17636)
7 years ago
baojun 90eae0b39a [NGraph] Addded slice op to ngraph test=develop (#17648)
7 years ago
baojun 2fbaa5c075 [NGraph] added matmul op to ngraph engine test=develop (#17645)
7 years ago
Hongyu Liu 552f8395a3
remove ocr unit test; test=develop (#17755)
7 years ago
Bai Yifan bba57cdd82
Add deformable conv v2 op,test=develop (#17145)
7 years ago
Hongyu Liu 0a02451ea0 fix ocr; test=develop (#17751)
7 years ago
pawelpiotrowicz 9b99876442 Enable less_than ngraph operator (#17642)
7 years ago
Jiabin Yang effc555955
test=develop, layz init Grad (#17653)
7 years ago
Jiabin Yang 33a791dd81 test=develop, add ocr in dygraph test (#17470)
7 years ago
pawelpiotrowicz 70a887af63 [NGraph] Add reduce_sum operator for Ngraph (#17450)
7 years ago
baojun 29baca0dd8 add depthwise_conv2d op to ngraph engine (#17454)
7 years ago
mozga-intel ccf9e2327b [Lite] Enable cast operator test=develop (#17294)
7 years ago
Hongyu Liu 9f85f21880
Add new gard clip [old gradient clip not support in dy graph] (#17523)
7 years ago