- 27 9月, 2020 1 次提交
-
-
由 Double_V 提交于
* Error message opt, test=develop * solve comments, test=develop * fix typo, test=develop
-
- 05 1月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 02 12月, 2019 2 次提交
- 29 11月, 2019 2 次提交
-
-
由 Jacek Czaja 提交于
-
由 Adam 提交于
test=develop
-
- 28 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* remove -Wno-error=sign-compare, make warning as error test=develop test=document_fix * fix exist compile warning test=develop
-
- 08 11月, 2019 1 次提交
-
-
由 liym27 提交于
fix bug in pool/conv/conv_transpose: UpdatePaddingAndDilation, _get_padding_with_SAME and conv2dtranspose_forward_naive. (#20997) * fix bug in pool/conv/conv_transpose: 1. It should be stride[i] not stride[0] in UpdatePaddingAndDilation; 2. fix bug of func _get_padding_with_SAME in test_conv/conv_transpose_op.py; 3. fix bug of the computation process in function conv2dtranspose_forward_naive. test=develop * change test to make the data of different dimensions different. test=develop
-
- 06 11月, 2019 1 次提交
-
-
由 liym27 提交于
-
- 28 9月, 2019 1 次提交
-
-
由 liym27 提交于
* fix pool2d pool3d: 1. support asymmetric padding; 2. support padding algorithm:"SAME" and "VALID"; 3. support channel_last: data_format NHWC and NDHWC; 4. support inferring shape when input with negative dims in compile time; 5. change doc of python API and c++; 6. fix bug in cuda kernel when Attr(adaptive) is true. test=develop,test=document_preview * fix 'tensors' to 'Tensors'. test=develop,test=document_preview * add test for converage ValueError.test=develop,test=document_preview * resolve conflict in test_pool2d. test=develop
-
- 11 12月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-
- 29 10月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-
- 08 5月, 2018 1 次提交
-
-
由 Yu Yang 提交于
Do not use ctor * Reduce line of codes. * We can use virtual function for Maker now. * The implementation does not care what maker holds, it is easier to refactor later.
-
- 13 4月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
* Fix CPPLint errors in operators * Fix prior box op * Fix Prior Box op * Fix top_k_op.cu * Fix pool mkmldnn * Fix pool mkmldnn
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 25 1月, 2018 1 次提交
-
-
由 QI JUN 提交于
-
- 15 1月, 2018 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 14 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "unified operators" * "add CUDNN register" * "add use cudnn attribute" * "add attribute" * "test conv tranpose op" * "remove duplicated attr" * "fix op test" * "add attribute to set cudnn" * "add more log" * "need layout op register support" * "add more log" * "change GetExpectedKernelType " * "fix Get attr in conv_op" * "fix CI" * "fix tests" * "removed kernel priority fallback" * "fix CI" * "fix stack pointer bug" * "refine buggy interface" * "add const cast to save life" * "fix get_output_with_grad" * "fix op test with dataformat" * ""fix pooling * "fix pooling test" * "fix CI" * "fix with_gpu error" * "add transform needed functional check" * "fix unpack list error" * "comment out parallel.do temporary" * "fix CI" * "fix compile doc error" * "make threshold larger"
-
- 20 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Move framework.proto to proto namespace * Fix compile * Fix compile * Fix Compile
-
- 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`
-
- 13 11月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 08 11月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 28 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 27 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 17 10月, 2017 2 次提交
- 10 10月, 2017 1 次提交
-
-
由 chengduoZH 提交于
Separate the declarations and implementation of the PoolOp and PoolMaker class in order to reuse in pool_cudnn
-
- 29 9月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 27 9月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 26 9月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 25 9月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-
- 22 9月, 2017 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 21 9月, 2017 1 次提交
-
-
由 chengduoZH 提交于
-