- 30 7月, 2020 1 次提交
-
-
由 lilong12 提交于
* bug fix, test=develop
-
- 15 5月, 2020 1 次提交
-
-
由 lilong12 提交于
* improve error reporting message
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 02 12月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* fix -Wno-error=sign-compare warning in gcc8 test=develop * fix warning in distributed codes test=develop
-
- 24 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview * fix the bug that attr(offsets) should be initialized, test=develop
-
- 20 9月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
add crop_tensor op. The main difference with crop is : 1. If the argument shape is a list, each element is an integer or a tensor variable with shape: [1]. This way is suitable for the case that the shape may be changed each iteration. 2. If the argument shape is a variable. Its rank must be 1. In crop op, the rank of shape must be the same as x offsets can be a list, in which each element is an integer or a tensor variavle with shape: [1].
-