- 31 5月, 2019 8 次提交
-
-
由 tangwei12 提交于
* add example to get_startup_program() * fix example to get_startup_program()
-
由 AIFollowers 提交于
* test=develop modify some initializer api * test=develop modify API.spec * test=develop modify API.spec * test=develop modify API.spec * test=develop modify API.spec
-
由 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
-
由 lujun 提交于
-
由 baojun 提交于
-
由 baojun 提交于
-
- 30 5月, 2019 9 次提交
-
-
由 hong19860320 提交于
* fix API examples of assign, reverse and array_write test=develop * update API.spec test=develop * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros * update API.spec for assign, reverse and array_write, etc.(#17287) * test=develop
-
由 chengduo 提交于
* add event for fast executor and add threads for scopebuffer executor test=develop
-
由 Bai Yifan 提交于
* unit commits, test=develop * update API.spec, test=develop
-
由 wangchaochaohu 提交于
* API.spec test=develop * update * update test=develop * update test=develop * update * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * test=develop * update * update test=develop * update test=develop
-
由 YishengCheng 提交于
* fix bug for ctr_reader test=develop * fix svm data test=develop fix svm data test=develop
-
由 Yiqun Liu 提交于
* Enhance fused_elementwise_activation op. test=develop * Move the api fused_elementwise_activation to contrib. test=develop * Add including files. test=develop * Add the support of sigmoid in fused_elementwise_activetion op. * Update API.spec. test=develop
-
由 yaoxuefeng 提交于
-
由 Yiqun Liu 提交于
Optimize recurrent_op using Prepare and RunPreparedContext, avoiding create operators in every iter. (#17689) test=develop
-
由 pawelpiotrowicz 提交于
* Enable less_than ngraph operator test=develop * Added compare unit-tests test=develop * Update: date && removed import test=develop
-
- 29 5月, 2019 13 次提交
-
-
由 Zhaolong Xing 提交于
* fix: 1. infernce multi card occupy 2. facebox model inference occupy too much test=develop * refine python api comments: shuffle, while, scale, sampled_softmax_with_cross_entropy, scatter, round, sin, sqrt, shape, split, soft_relu, slice, selu, ifelse, switch. test=develodp * fix conflict error. test=develop
-
由 Jiabin Yang 提交于
-
由 hutuxian 提交于
-
由 Tao Luo 提交于
test=develop
-
由 pawelpiotrowicz 提交于
test=develop
-
由 baojun 提交于
* add depthwise_conv2d test=develop * use cpu for ngraph test=develop
-
由 gongweibao 提交于
-
由 mozga-intel 提交于
-
由 tangwei12 提交于
* fix doc in transpiler, test=develop
-
由 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
-
由 Zhaolong Xing 提交于
test=develop
-
由 mozga-intel 提交于
-
由 Yiqun Liu 提交于
Optimize the concat and split kernel for specical cases when the number of inputs/outputs is 2 (#17415) * Optimize the concat and split kernel for special cases that the number of inputs/outputs is 2. test=develop * Refine codes. test=develop * Correct the condition. test=develop * Move the define of tmp_data outside the if statement. * Print the cudnn minor version. test=develop * Fix the case when in_num/o_num is 1 in concat/split op. test=develop * Remove const_cast. test=develop
-
- 28 5月, 2019 8 次提交
-
-
由 石晓伟 提交于
* update python APIs test=document_preview test=develop * update API.spec test=document_preview test=develop * update merge_selected_rows * update API.spec test=document_preview test=develop * update API.spec test=document_preview test=develop * fix the comment of less_than test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop test=document_preview * update API.spec test=develop * update API test=develop
-
由 lidanqing 提交于
* add INT8 conv+relu6 fuse and enbale mobilentv2 INT8 test test=develop * change fasle and 0.0 to fuse_brelu and brelu_threshold test=develop change the "fuse_relu||fuse_brelu" to "unsigned_output" test=develop * Use relu instead of brelu as INT8 post-op because INT8 brelu is not enabled in mkldnn v0.18 test=develop * continuous-integration fix test=develop
-
由 Jacek Czaja 提交于
* - changes to graph detector - Changes to pass - Added ut for new pass - use_pass - Added pass to mkldnn passes - fix to registration - improved verbose messaging for conv bias passes - Lint fixes test=develop * - Lint fixes test=develop
-
由 Shuai Yuan 提交于
* [DOC] Fix api docs, test=develop, test=document_preview * [DOC] Fix api annotation: fluid.layers.tensor_array_to_tensor. test=develop, test=document_preview * test=develop, test=document_preview update MD5 of tensor_array_to_tensor
-
由 wopeizl 提交于
* fix the api example for create_global_var, create_parameter, SGDOptimizer, RMSPropOptimizer, MomentumOptimizer, LarsMomentumOptimizer, FtrlOptimizer test=develop * add example for adamoptimizer fix API.spec test=develop * test=develop * test=develop
-
由 Yibing Liu 提交于
* Bias correction for exponential moving average test=develop, test=document_preview * Fix docs test=develop, test=document_preview
-
由 Tao Luo 提交于
test=develop
-
- 27 5月, 2019 2 次提交
-
-
由 Krzysztof Binias 提交于
* Enable sqrt operator for the nGraph Bridge. test=develop * Update activation_op.h
-
由 Sylwester Fraczek 提交于
* add Concat quantization add unit test for quantizing concat fix for wrong value when the input is not in map of calculated scales add use_quantizer to concat_op.cc add scale_algo rules for concat test=develop * missing fix for multiple inputs quantize-squash * wojtuss review fix: adding comment test=develop
-