Wu Yi
|
8f7b020ba8
|
fix develop build issue (#10978)
* fix develop build issue
* fix google style
* cpplint check only fluid
|
7 years ago |
qingqing01
|
24509f4af9
|
Fix the grammar in copyright. (#8403)
|
7 years ago |
Yi Wang
|
4558807c48
|
Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
|
8 years ago |
Yu Yang
|
84500f9487
|
Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
By shell command
```bash
sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
```
|
8 years ago |
wanghaoshuang
|
3e7819c276
|
1. Reading image shape from input data instead of image_config
2. Add crop layer unitest
3. Fix bugs
|
8 years ago |
wanghaoshuang
|
acfd2fc6df
|
fix cpp format
|
8 years ago |
wanghaoshuang
|
5e6e1f636a
|
Add grad test and python wrapper for crop layer
|
8 years ago |
wanghaoshuang
|
d1d70ec831
|
Refine configure option of crop layer
1. change configure content to 'axis, offset, shape'
2. add an optional input to crop layer as cropping reference
|
8 years ago |
wanghaoshuang
|
e10040ca8a
|
add crop layer
|
8 years ago |