- 06 8月, 2019 1 次提交
 - 
- 
由 Yan Chunwei 提交于
 
 - 
 - 19 12月, 2018 1 次提交
 - 
- 
由 minqiyang 提交于
 
 - 
 - 18 12月, 2018 2 次提交
 - 26 11月, 2018 1 次提交
 - 
- 
由 minqiyang 提交于
test=develop
 
 - 
 - 14 11月, 2018 1 次提交
 - 
- 
由 Yan Chunwei 提交于
 
 - 
 - 09 11月, 2018 1 次提交
 - 
- 
由 chengduo 提交于
* add_infer_var_type test=develop * InferVarTypeHelper-> VarTypeInferenceHelper test=develop * PassInputTypeAndDTypeOnOutput test=develop * follow comment test=develop
 
 - 
 - 08 11月, 2018 1 次提交
 - 
- 
由 minqiyang 提交于
Fix code to support cpplint syntax check test=develop
 
 - 
 - 17 9月, 2018 1 次提交
 - 
- 
由 sneaxiy 提交于
 
 - 
 - 22 8月, 2018 1 次提交
 - 
- 
由 Yan Chunwei 提交于
* make fc fuse work with ditu rnn * add ditu rnn data download to CMAKE
 
 - 
 - 30 5月, 2018 1 次提交
 - 
- 
由 mozga-intel 提交于
 
 - 
 - 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.
 
 - 
 - 02 5月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* "fix double type error" * "fix ci"
 
 - 
 - 19 4月, 2018 1 次提交
 - 
- 
由 Yang Yang(Tony) 提交于
* script to add semicolon * fix typo
 
 - 
 - 17 4月, 2018 2 次提交
 - 
- 
由 mozga-intel 提交于
 - 
由 Yang Yang 提交于
 
 - 
 - 12 4月, 2018 1 次提交
 - 
- 
由 Siddharth Goyal 提交于
* Fix cpplint errors, round2 * Fix pointer issue
 
 - 
 - 15 3月, 2018 1 次提交
 - 
- 
由 Kexin Zhao 提交于
* add fp16 mul op support * small fix * fix bug * small fix * fix PADDLE_WITH_CUDA compiling issue * reorg code * test for pybind * treate as float16 as uint16_t in pybind * bind np.float16 to paddle float16 * small fix * clean code * remove redundancy * fix mul_op test * address comments * small fix * add is_float16_supported func
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 23 12月, 2017 1 次提交
 - 
- 
由 caoying03 提交于
 
 - 
 - 21 12月, 2017 1 次提交
 - 
- 
由 caoying03 提交于
 
 - 
 - 20 12月, 2017 3 次提交
 - 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`
 
 - 
 - 05 11月, 2017 1 次提交
 - 
- 
由 kexinzhao 提交于
* fix m_ops * fix activation op
 
 - 
 - 02 11月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Init commit * Make executor use ProgramDescBind * Change Attribute from BlockDesc to BlockDescBind * Since we will get the program desc in RNN, just BlockDesc is not enough. * Add DeviceContext to Executor API * Rewrite RNN * Pass Python * AddBiasOp does not care num_flatten_dims * Stash * Fix MacOS Compile * Pass RNN forward * add python test * refactor test * Make compile pass * add gradopmaker * First draft done * Polish code * add grad op maker and grad infershape * Polish code * Fix backward.cc bug * Fix infershape * Rename function * add backward test * simplify recurrent test * Update * Pass unittest * Add comments & refine test * Add comments * refactor test * Complete Unittest * fix StepScopes enforce * Remove unused unittest * no type error * Update * Make RNN Pass unittest
 
 - 
 - 27 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Op developer can add `InferShape` to any operator
 
 - 
 - 24 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Correct mul_op implementation * Restore the origin shape after mul * Fix mul op * Do not touch math_function
 
 - 
 - 18 10月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* init parameter base class * optimize the Comments of optimizer * basic implimentation of optimizer * add test_optimizer * add no_grad_set to interface * update optimizer.py * python code can run * fix some problem * add sync_with_cpp to Python Program and Block * sync vars and ops in block from cpp * optimize code and add some comment * add more check for sync * update optimizer with return value of Backward * rm unused code * infer shape when create gradient vairiable * update test_optimizer * update test_program.py * update backward test * follow comment
 
 - 
 - 17 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
They are public now
 
 - 
 - 07 10月, 2017 1 次提交
 - 
- 
由 qiaolongfei 提交于
 
 - 
 - 28 9月, 2017 1 次提交
 - 
- 
由 Liu Yiqun 提交于
 
 - 
 - 27 9月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* init Infershape * add static InferShape interface * refactor add-op infershape * add AttrReader * add all maker's infershape * add all InferShape * add python infer api * add VarDesc interface * add python VarDesc and OpDesc interface * update python code * use infershape function to do shape inference * clean code * do not use pointer * refine code of op_proto_maker * add get_dims to VarDesc * refine the code * remove the dependency from operator to op registry * remove OpProtoAndCheckerMaker from operator * restore complete_add_op * add shape_infer_impl.h * code optimization * remove const return value * add fake BlockDesc class * optimize code * remove infer function in op_info * move InferShapeContextImpl to operator.h * optimize the interface of InferShapeContextBase * add temperary interface of new infershape * change add_op, clip_op, conv2d_op and activation_op * change all operators InferShape * fix SetDim * update cos_sim_op * update crop_op * update lookup_table_op * allocate tensor when call GetDim in InferShapeContext * update modified_huber_loss_op * update rowwise_add_op * update mean_op * update sequence_avg_pool_op * typo * remove old InferShape interface * can compile * fix or unit test * clean code * clean code * remove const before InferShapeContext * change InferenceContextBase to pointer * rename RunTime to Runtime, code clean
 
 - 
 - 21 9月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 20 9月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 15 9月, 2017 1 次提交
 - 
- 
由 Liu Yiqun 提交于
 
 - 
 - 13 9月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 -