- 31 8月, 2022 1 次提交
-
-
由 duanyanhui 提交于
* enhance grid_sampler cpu kernel to 5D input * fix bug when 5D input tensor running on the cudnn kernel
-
- 12 8月, 2022 1 次提交
-
-
由 duanyanhui 提交于
* enhance grid_sampler to support 3d input
-
- 25 7月, 2022 1 次提交
-
-
由 Wang Bojun 提交于
* add_ymal_utest for phi grid_sampler op
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 19 7月, 2021 1 次提交
-
-
由 Jiangxinz 提交于
* fix func redef * fix-func-redef
-
- 31 5月, 2021 1 次提交
-
-
由 whs 提交于
-
- 06 5月, 2021 1 次提交
-
-
由 zhulei 提交于
* [Rocm] fix tests of inplace_abn_op & grid_sampler_op * [Rocm] fix tests of inplace_abn_op & grid_sampler_op
-
- 08 9月, 2020 1 次提交
-
-
由 whs 提交于
-
- 24 8月, 2020 1 次提交
-
-
由 whs 提交于
This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support: - align_corners: with bool type. - padding mode: which can be in ['zeros', 'reflect', 'border'] - Interpolation mode: which ca be in ['bilinear', 'nearest'] The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'. The behavior of the new version op in default mode is compatible with the old version.
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 17 12月, 2019 1 次提交
-
-
由 GaoWei8 提交于
* Remove self-set accuracy parameters of op tests test=develop * add cast test=develop * Remove self-set accuracy parameters of op tests:atol test=develop * lrn_ngraph_op test=develop * Keep smaller parameters test=develop
-
- 29 10月, 2018 3 次提交
-
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-