- 12 10月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 01 10月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
* - condidate fix to issue #25537 test=develop * - UT for transpose NHWC test=develop
-
- 29 9月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 26 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
-
- 16 9月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
- 14 9月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 11 9月, 2020 1 次提交
-
-
由 furnace 提交于
-
- 04 9月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
* - Added fix to mobilenet * - compilation fix * - Fix to conv2d grad oneDNN with groups test=develop
-
- 02 9月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
- 28 8月, 2020 2 次提交
-
-
由 Wojciech Uss 提交于
* decouple weights and bias from fc primitive in cache * removed reduntant update of pointers
-
由 Leo Chen 提交于
* refine manual seed * fix ci problem * fix unittests * fix unittest * set is_init_py=false in manual_seed * fix unittest * fix bernoulli_op * fix(unittest): change random_seed to manual_seed *
🐞 fix(unittest): fix manual_seed * trigger ci * fix test_sentiment * fix test_imperative_save_load * fix test_uniform_random_op * fix test_uniform_random_op * fix test_jit_save_load * merge develop * fix manual_seed * fix manual_seed * use global engine * use shared_ptr * fix double free * fix bug * fix bug * fix bug * fix test bug * fix test bug * fix test bug * fix ci
-
- 26 8月, 2020 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 24 8月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 23 8月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 10 8月, 2020 1 次提交
-
-
由 Adam 提交于
* Add oneDNN relu6 op * Lint fixes
-
- 28 7月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 17 7月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 08 7月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 23 6月, 2020 1 次提交
-
-
由 Adam 提交于
* Refactor of conv fp32 oneDNN operator test=develop * Formatting fix test=develop * Return Enforces test=develop * GetWeights improvements test=develop
-
- 01 6月, 2020 1 次提交
-
-
由 Adam 提交于
* Add isCached() mechanism for BatchNorm and LRN oneDNN operators test=develop * Formatting fix test=develop
-
- 26 5月, 2020 3 次提交
- 21 5月, 2020 1 次提交
-
-
由 Adam 提交于
* Update isCached() to be thread freindly test=develop * Add isCached() check inside Softmax handler test=develop * Fix PaddleEnforce() message test=develop
-
- 14 5月, 2020 2 次提交
-
-
由 pawelpiotrowicz 提交于
test=develop
-
由 FDInSky 提交于
* test=develop update conv error info * test=develop update iou_similarity error info * test=develop update some error info based review
-
- 13 5月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
test=develop
-
- 11 5月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* add new macro BOOST_GET_SAFELY & unittests, test=develop * add different macro type, test=develop * fix get macro type in executor, test=develop * four macro part change backup * using one macro for all case, test=develop * revert attribute change, test=develop * change to three func to solve gcc4.8 bug, test=develop * polish some details, test=develop
-
- 28 4月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 24 4月, 2020 3 次提交
-
-
由 Jacek Czaja 提交于
-
由 qingqing01 提交于
* Add trainable_statistics in attr for batch_norm * Unifying behavior of dynamic graph and static graph
-
由 arlesniak 提交于
-
- 22 4月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 11 4月, 2020 1 次提交
-
-
由 Michał Gallus 提交于
* Initial FP32 DNNL MatMul Implementation * Implement int8 DNNL MatMul * Unify in-kernel-naming, clean UTs * MatmuL: Introduce op caching * Final adjustments test=develop * Remove dy_graph disablement test=develop * Change dnnl header name to new one test=develop * Contrain multi head check to prevent fails test=develop * Resolve dnnl header problems on MAC CI * Variable namings to kernel and skip_grad_ci added test=develop * Prevent MAC CI from failing * Prevent windows build from failing test=develop * Modify UTs to conform to the rules * Modify MatMul aux functions namings test=develop
-
- 07 4月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 04 4月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* delete invalid check inferface Ref & VectorRef, test=develop * fix vector ref delete error, test=develop * try the new check inferface, test=develop * change all related code with new check macro, test=develop * remove static assert, test=develop * polish detail, test=develop * skip coverage problem, test=develop * add new check macro, test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Adam 提交于
* Delete is_test from activation operators test=develop * Revent unneeded changes test=develop
-
- 30 3月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-