- 26 Mar, 2020 1 commit
-
-
1. Call the Scale or Shift functions when the parameter shift is 0.0F or scale is 1.0F. 2. Add the unit test for ScaleAndShift for the cases which parameter shift is 0.0F or scale is 1.0F.
liyinqiao committed
-
- 25 Mar, 2020 6 commits
-
-
Use the _CheckData without tolerance in some unit test to speedup the test process.
liyinqiao committed -
1. Use the _CheckData with tolerance in unit test to avoid the bug in "0.0F != -0.0F" case. 2, Clean the codes.
liyinqiao committed -
Optimize the MultiplyMe and DivMe functions when operate the scalar tensors.
liyinqiao committed -
1. Fix the bug in DivMe function which cannot handle the scalar tensor and broadcast case. 2. Clean the codes. 3. Fix minor errors.
liyinqiao committed -
1. Fix the bug in SubMe function which cannot handle the scalar tensor and broadcast case. 2. Clean the codes.
liyinqiao committed -
Fix the bug in SumMe function which cannot handle the scalar tensor and broadcast case.
liyinqiao committed
-
- 24 Mar, 2020 1 commit
-
-
1. Fix the bug in MultiplyMe function which cannot handle the scalar tensor and broadcast case. 2. Add broadcast multiply unit test.
liyinqiao committed
-
- 19 Mar, 2020 3 commits
- 18 Mar, 2020 10 commits
-
-
1. CPU Support for Gather function. 2. Fix the bugs in GPU Gather. 2. Minor error fixed.
liyinqiao committed -
Update the link in manual.
liyinqiao committed -
Update the manual.
liyinqiao committed -
liyinqiao committed
-
Update the Transformer codes.
liyinqiao committed -
1. Clean the codes. 2. Fix minor errors.
liyinqiao committed -
Clean the codes.
liyinqiao committed -
1. Fix minor errors. 2. Add some annotations.
liyinqiao committed -
Clean the codes and fix some warning issues.
liyinqiao committed -
Clean the codes.
liyinqiao committed
-
- 17 Mar, 2020 2 commits
- 16 Mar, 2020 3 commits
- 14 Mar, 2020 6 commits
- 13 Mar, 2020 1 commit
-
-
1. Fix the bugs for MatrixMul functions which may cause nan in some cases. (IMPORTANT) 2. Fix the minor errors.
liyinqiao committed
-
- 12 Mar, 2020 6 commits
-
-
liyinqiao committed
-
liyinqiao committed
-
1. Offer global setting for enableGrad. 2. Update XList. 3. Minor error fixed.
liyinqiao committed -
Minor error fixed.
liyinqiao committed -
Fix the GPU bug in Clip function.
liyinqiao committed -
1. Support X_INT dataType for Clip and ScaleAndShift function. 2. Minor error fixed.
liyinqiao committed
-
- 11 Mar, 2020 1 commit
-
-
1. Support X_INT dataType for Sum function. 2. Minor error fixed.
liyinqiao committed
-