Commit Graph

23 Commits (6c8dce9ce23103c50e639c2dd89e41b3fbd37aea)

Author SHA1 Message Date
Yu Yang 73a8b78a72 Correct OpWithKernel's infershape (#4847)
8 years ago
qiaolongfei c0a34e1c64 rename InferShapeContextBase to InferShapeContext
8 years ago
Yu Yang c4effc7d2d Fix CI Test
8 years ago
Yu Yang e119177a8c Use unique_ptr
8 years ago
Yu Yang 46c551b299 Complete Register Gradient in compile time
8 years ago
Qiao Longfei 9a9d50a6ee Refactoring InferShape (#3946)
8 years ago
dangqingqing 36aeb30d12 Remove LoDTensor in some operators' InferShape and refine ShareLoD function.
8 years ago
dangqingqing b65709e403 Share LoD between input and output of each opeators.
8 years ago
Liu Yiqun 6ce4bf3645 Merge branch 'develop' into core_add_fc_op
8 years ago
Yiqun Liu bc55c20fd8 Merge pull request #4126 from Xreki/core_fix_segfault
8 years ago
Liu Yiqun eef1ccbf08 Add the check of inputs and outputs in all operators.
8 years ago
Luo Tao 773cfe6290 Delete unused `USE_OP` in combination op, and unused include in elementwise_mul_op.h
8 years ago
Liu Yiqun cb7d718611 Merge branch 'develop' into core_add_fc_op
8 years ago
dangqingqing f299206396 Using LoDTensor instead of Tensor in every operator.
8 years ago
Liu Yiqun 8495f3f04a Merge branch 'develop' into core_add_fc_op
8 years ago
qingqing01 a2a69f2a54 Add function to get element count from tensor.
8 years ago
Liu Yiqun 734a9eeaa4 Correct the definition of Operator in TestFCGradOp, and rename the output name
8 years ago
Tao Luo b3463bfffc Merge pull request #3851 from luotao1/no_kernel_op
8 years ago
fengjiayi 9a3c69c268 Revert "Remove `grad_op_type` in `REGISTER_OP`"
8 years ago
Luo Tao 5b93ac7778 package a new USE_NO_KERNEL_OP for USE_OP_ITSELF
8 years ago
fengjiayi 79b1f33a02 Remove `grad_op_type` in REGISTER_OP
8 years ago
Yu Yang 25e6c014a4 Merge branch 'feature/identity_op' into feature/minus_op
8 years ago
Yu Yang 950cc60d2b Add minus
8 years ago