- 05 7月, 2019 1 次提交
-
-
由 zhaoyuchen2018 提交于
* Fix topk cannot handle 1D vector bug Add path to handle 1D vector test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
- 26 12月, 2018 1 次提交
-
-
由 whs 提交于
* Make topk op support variable k. test=develop * Fix tensor type. test=develop
-
- 29 10月, 2018 1 次提交
-
-
由 dzhwinter 提交于
-
- 26 10月, 2018 2 次提交
- 24 10月, 2018 1 次提交
-
-
由 qingqing01 提交于
1. Fix CUDA kernel when height is large than 2048. 2. Support input with more than 2D. 3. Fix unit test when k is large than 1. 4. Enhence unit testing. test=develop
-
- 13 7月, 2018 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 29 5月, 2018 2 次提交
-
-
由 mozga-intel 提交于
-
由 mozga-intel 提交于
-
- 18 4月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Add topk Python API. * Add unit test. * Remove the repeated API.
-
- 09 4月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 23 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
neural machine translation model support beam search with while op
-
- 12 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
There are mainly following fixes: - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place` - remove `eigen_device` interface in base class `DeviceContext` - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext` - remove unused `platform::EigenDeviceConverter` - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL` - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
-
- 31 10月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Fix Type error * Fix error
-
- 28 9月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 07 9月, 2017 1 次提交
-
-
由 武毅 提交于
* init add * add topk op * someupdate * fix style check * add test py file * update top k cuda kernel * follow comments * remove debug print * fix casting error * fix casting error * fix casting error * fix rename bug... * fix travis
-