- 23 4月, 2020 1 次提交
-
-
由 xiaoting 提交于
* fix tribilinear unitest, test=release/2.0 * add random seed,test=release/2.0
-
- 22 4月, 2020 1 次提交
-
-
由 xiaoting 提交于
* Add `nn.interpolate ` (#23434)
-
- 26 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* remove return in op_test teardown, test=develop * add check_grad for fp64 and other type * update white list
-
- 02 12月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
There are PythonAPI tests in Op's unittest which don't need to inherit OpTest class.
-
- 26 11月, 2019 1 次提交
-
-
由 ruri 提交于
-
- 21 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* add cuda place and remove fluid.layers.data for test of python API, test=develop * add cuda place and remove fluid.layers.data for test of python API, test=develop * modified batch size for Python API test, test=develop
-
- 10 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 23 9月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 20 9月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
modified interpolate_op to support tensor attribute 1. the parameter out_shape of image_resize、resize_nearest/bilinear/trilinear can be a list or a 1-D tensor variable. If a list, each element can be an integer or a tensor variable with shape: [1]. 2. the parameter scale of above Ops can be a 1-D tensor variable. modified document of image_resize, resize_nearest, resize_bilinear, resize_trilinear and add some code example.
-
- 09 8月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* add trilinear interp. test=develop * fix unittest. test=develop * add python api and test_layers. test=develop * refine API.spec. test=develop * fix format. test=develop * add python API test. test=develop * format code. test=develop * refine code strcuture. test=develop * fix format * fix doc. test=develop * fix converage. test=develop * fix format. test=develop
-