- 11 9月, 2021 2 次提交
- 10 9月, 2021 13 次提交
-
-
由 Feng Xing 提交于
-
由 Feng Xing 提交于
-
由 zhouweiwei2014 提交于
-
由 zhiboniu 提交于
-
由 hlygit66666 提交于
* add test_cumprod_op * Revert "add test_cumprod_op" This reverts commit c96cf6dff5d09ae7d8cc72c1e8ae4369a153aa19. * recommit * add error message * test input(x) initialize * test use cpu * update test code * add test type * add test case * solve ci problem * add complex case test * add complex case test * fix review problem * fix conflict * fix some docs * change test case * change test case * fix review problems again * fix docs * fix inclusivescan bug
-
由 huangxu96 提交于
This PR supports gradient clip (ClipGradByGlobalNorm) when training with AMP(auto mixed precision).
-
由 ShenLiang 提交于
-
由 huangjun12 提交于
* add as_extra to dropout op and lrn op * refine details * fix dropout op maker
-
由 Jiawei Wang 提交于
* fix extra op for expand, expand_as, tile, unstack * Update expand_v2_op.cc
-
由 ceci3 提交于
* fix bn/in/squeeze/syncbn extra * update bn * update * update
-
由 Shang Zhizhou 提交于
* add opdef extra * add reduce mean * update style
-
由 Zeng Jinle 提交于
* fix scatter gather bug: * fix windows ci
-
由 pangyoki 提交于
* add asExtra for nce op * fix unittest error in macos * remove asExtra for is_test
-
- 09 9月, 2021 5 次提交
-
-
由 Wei Shengyu 提交于
* mark extra attr for unsqueeze2 * debug for inference
-
由 crystal 提交于
-
由 whs 提交于
-
由 zhangkaihuo 提交于
-
由 0x45f 提交于
* init matrix_rank op, add matrix_rank CPU code and test * add GPU kernel, remove svd_eigen.h * add CPU kernel when tol is tensor * add cpu and gpu code when tol is tensor * fix CI-ROCM error * add matrix_rank API describe, fix PR-CI-Py3 error * fix PR-CI-Windows error, add matrix_rank API test * delete useless comments * fix review * add my code in svd_helper.h * update doc commets * remove spaces
-
- 08 9月, 2021 15 次提交
-
-
由 Li Min 提交于
-
由 will-jl944 提交于
multiply supports bool
-
由 niuliling123 提交于
-
由 CtfGo 提交于
* mark WhileOp AsExtra attribute * revert kX and kOutputs
-
由 niuliling123 提交于
-
由 Leo Chen 提交于
* add clip_by_norm fp16 kernel * add ut
-
由 hong19860320 提交于
-
由 Guoxia Wang 提交于
-
由 Zeng Jinle 提交于
* fix scatter_add_nd and gather bug * fix gather compile error
-
由 zhangkaihuo 提交于
The bug is that access to mean and var is incorrect, and the array will be out of bounds: the shape of mean and var is [batch_size], and the range of thread idx is 0~feature_size, so mean[idx] and var[idx] is incorrect. When batch_size=1, the correct access is mean[0] and var[0], and a unit test with batch_size=1 is added.
-
由 cc 提交于
-
由 feng_shuai 提交于
* merge CMakeList.txt manual * add platform for changethreadnum * repair some bugs according to make error * do nothing just flush CI * forget change thread num * add inplace_atol param for check_output_with_place * Windows * std:min and std::max should be change because of windows
-
由 Zhong Hui 提交于
-
由 wawltor 提交于
* add the matmul v2 grad kernel * relief the test case time * update the test case for the matmul double grad * remove the unsed code for the matmul double grad * update the test case for the double grad matmul * remove the unused code in dot
-
由 WangXi 提交于
-
- 07 9月, 2021 5 次提交
-
-
由 yaoxuefeng 提交于
-
由 wangxinxin08 提交于
* add conv op check for illegal input or attributes
-
由 niuliling123 提交于
-
由 Pei Yang 提交于
-
由 Qi Li 提交于
* [NPU] update batch norm op, test=develop * add NHWC support for bn, test=develop
-