- 11 10月, 2017 23 次提交
-
-
由 kavyasrinet 提交于
-
由 Abhinav Arora 提交于
-
由 Yu Yang 提交于
API of GAN
-
由 fengjiayi 提交于
Feature/parameter
-
由 Yan Chunwei 提交于
-
由 zchen0211 提交于
-
由 zchen0211 提交于
-
由 Yu Yang 提交于
-
由 zchen0211 提交于
-
由 zchen0211 提交于
-
由 zchen0211 提交于
-
由 zchen0211 提交于
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Polish CompileTime InferShape
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Markus Kliegl 提交于
* conv_shift_op: initial implementation using Eigen Limitations: - both gradient outputs must be specified and are always computed - explicit for loops => could be optimized in various ways (e.g., different memory layout) * conv shift - gradient fixes fix case when not all output gradients desired * conv shift: minor cleanup * conv shift - more minor cleanup * conv shift: clean up & initial GPU implementation * fix rebase issue
-
由 Yu Yang 提交于
Init Python API
-
-
由 fengjiayi 提交于
Fix OpDesc bug
-
由 QI JUN 提交于
remove unused PADDLE_ONLY_CPU comments
-
- 10 10月, 2017 17 次提交
-
-
由 Qiao Longfei 提交于
fix InferShapeContextBase to InferShapeContext
-
由 chengduoZH 提交于
-
由 chengduo 提交于
Add max pool op (with index)
-
由 chengduoZH 提交于
-
由 Luo Tao 提交于
-
由 chengduoZH 提交于
-
由 Tao Luo 提交于
Removed unreached code
-
由 zhouxiao-coder 提交于
ELU activation
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 fengjiayi 提交于
-
由 chengduoZH 提交于
-
由 zhouxiao-coder 提交于
-
由 Yu Yang 提交于
1. InferShape should be a method for `OpDescBind` not `Operator`, since `OpDescBind` is a compile-time concept. 2. Pre-create operators and store them into a map. Make InferShape faster
-
由 Tao Luo 提交于
fix compiler error: ‘unique_ptr’ is not a member of ‘std’
-
由 QI JUN 提交于
Implementing the fill constant op for the executor
-
由 Tao Luo 提交于
add interpolation op
-