- 05 6月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, refine ocr attention model * test=develop, refine code, remove cpu only part test=develop, refine code, remove cpu only part
-
- 04 6月, 2019 3 次提交
-
-
由 Hongyu Liu 提交于
* expand support tensor attribute; test=develop * fix bug ; test=develop * fix uni test bug; test=develop * fix copy bug; test=develop * refine expand_times default value; test=develop
-
由 Jiabin Yang 提交于
* for debug * test=develop, memory optimize for dygraph using shared_ptr * test=develop, fix travis ci showed error * test=develop, fix bug for recurrent usage of varbase * test=develop, init varbase when it need to be Add
-
由 Hongyu Liu 提交于
* support some input tensor remain on cpu; test=develop * fix input = none; test=develop * fix unfound bug; test=develop * fix proto None case; test=develop * fix bug; test=develop * fix proto null bug; test=develop * remove conv check; test=develop * fix test bug; test=develop * move fill constant; test=develop * no change in proto; test=develop * fix bug; test=develop * change attr detph name; test=develop * remove remain cpu; test=develop * fix bug; test=develop * merge develop; test=develop * fix one_hot bug; test=develop * fix bug; test=develop * fix bug; test=develop * fix bug; test=develop * fix python api bug; test=develop
-
- 03 6月, 2019 2 次提交
-
-
由 mozga-intel 提交于
* Enable elementwise_div operator test=develop * Fix update date test=develop
-
由 Zeng Jinle 提交于
* add no_grad decorator to dygraph, test=develop * add unittest,test=develop
-
- 31 5月, 2019 6 次提交
-
-
由 lilong12 提交于
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)
-
由 guru4elephant 提交于
* fix prepare context redundant code problem, optimize executor by caching create_varaiables test=develop * cache sub_scope, program, var when use_program_cache=True is set * make fetch_list runable with variables, add more unittest for use_program_cache
-
由 baojun 提交于
-
由 pawelpiotrowicz 提交于
test=develop
-
由 baojun 提交于
-
由 baojun 提交于
-
- 30 5月, 2019 4 次提交
-
-
由 Hongyu Liu 提交于
-
由 Bai Yifan 提交于
* unit commits, test=develop * update API.spec, test=develop
-
由 Hongyu Liu 提交于
-
由 pawelpiotrowicz 提交于
* Enable less_than ngraph operator test=develop * Added compare unit-tests test=develop * Update: date && removed import test=develop
-
- 29 5月, 2019 6 次提交
-
-
由 Jiabin Yang 提交于
-
由 Jiabin Yang 提交于
* test=develop, add ocr in dygraph test * test=develop, add cudnn determinist * test=develop, remove useless code * test=develop, fix cmake error
-
由 pawelpiotrowicz 提交于
test=develop
-
由 baojun 提交于
* add depthwise_conv2d test=develop * use cpu for ngraph test=develop
-
由 mozga-intel 提交于
-
由 Hongyu Liu 提交于
* add gradient clip in minimize; test=develop * fix bug; test=develop * fix format; test=develop * move new grad clip to dygraph/grad_clip.py; test=develop * fix lr decay and grad clip test; test=develop * seperate dygraph grad clip; test=develop * fix grad clip test; develop * fix api spec bug; test=develop * add blank line, test=develop,test=document_preview to fix format problem
-
- 28 5月, 2019 1 次提交
-
- 27 5月, 2019 4 次提交
-
-
由 Krzysztof Binias 提交于
* Enable sqrt operator for the nGraph Bridge. test=develop * Update activation_op.h
-
由 Zeng Jinle 提交于
-
由 gongweibao 提交于
-
由 Krzysztof Binias 提交于
test=develop
-
- 25 5月, 2019 2 次提交
-
-
由 hutuxian 提交于
* gather_op support int64_t index by adding a template typename * add UT and rename typename test=develop
-
由 mozga-intel 提交于
-
- 24 5月, 2019 7 次提交
-
-
由 Michał Gallus 提交于
* fuse mul and elementwise add to fc * Reimplement the FC forward operator * Fix FC MKLDNN integration by transposing weights * Add FC MKLDNN Pass test=develop * FC MKLDNN Pass: change memcpy to std::copy * Fix MKLDNN FC handling of mismatch input and weights dims * Lower tolerance for MKL-DNN in resnet50 test test=develop * Adjust FC to support MKLDNN Op placement test=develop * Adjust Placement Op to set use_mkldnn attribute for graph test=develop * MKLDNN FC: fix weights format so that gemm version is called test=develop * FC MKLDNN: Remove tolerance decrease from tester_helper * FC MKL-DNN: Refactor the code, change input reorder to weight reorder * MKL-DNN FC: Introduce operator caching test=develop * FC MKL-DNN: Fix the tensor type in ExpectedKernelType test=develop * FC MKL-DNN: fix style changes test=develop * FC MKL-DNN: fallback to native on non-supported dim sizes test=develop * FC MKLDNN: fix CMake paths test=develop * FC MKLDNN: Refine placement pass graph mkldnn attribute test=develop * Fix Transpiler error for fuse_conv_eltwise test=develop * Fix missing STL includes in files test=develop * FC MKL-DNN: Enable new output size computation Also, refine pass to comply with newest interface. test=develop * FC MKL-DNN: enable only when fc_mkldnn_pass is enabled * FC MKL-DNN: Allow Weights to use oi or io format * FC MKL-DNN: Adjust UT to work with correct dims test=develop * Enable MKL DEBUG for resnet50 analyzer test=develop * FC MKL-DNN: Improve Hashing function test=develop * FC MKL-DNN: Fix shape for fc weights in transpiler * FC MKL-DNN: Update input pointer in re-used fc primitive * Add log for not handling fc fuse for unsupported dims test=develop * FC MKL-DNN: Move transpose from pass to Op Kernel test=develop * FC MKL-DNN: Disable transpose in unit test test=develop * FC MKL-DNN: Remove fc_mkldnn_pass from default list * Correct Flag for fake data analyzer tests test=develop * FC MKL-DNN: Add comment about fc mkldnn pass disablement test=develop * FC MKL-DNN: Disable fc in int8 tests test=develop
-
由 wopeizl 提交于
* add __str__ method for tensor and lodtensor to support print test=develop
-
由 Krzysztof Binias 提交于
test=develop
-
由 Kaipeng Deng 提交于
-
由 mozga-intel 提交于
-
由 mozga-intel 提交于
* Enable assign operator for a ngraph, test=develop * Cross_entropy operators needs to be updated
-
由 mozga-intel 提交于
-
- 23 5月, 2019 4 次提交
-
-
由 Jiabin Yang 提交于
-
由 mozga-intel 提交于
-
由 pkpk 提交于
* test=develop * test=develop
-
由 Qiao Longfei 提交于
Async exe support communicator
-