Commit Graph

18 Commits (bee95fc8917e09f61ba46586a94d2b9003cddf13)

Author SHA1 Message Date
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
9 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
9 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
9 years ago
Liu Yiqun af2eb94909 Support inputs and weights of multi-dimensions and refine the output names.
9 years ago
Liu Yiqun 8495f3f04a Merge branch 'develop' into core_add_fc_op
9 years ago
Liu Yiqun 4f2ee63c44 Get rid of the calling of inplace op in FCOp.
9 years ago
Liu Yiqun 4223ff8c27 Correct the key name of "mul" op in FCOp, and add some annotations for debug.
9 years ago
Liu Yiqun d874fca46b Support multiple inputs in FCOp.
9 years ago
Liu Yiqun 734a9eeaa4 Correct the definition of Operator in TestFCGradOp, and rename the output name
9 years ago
Liu Yiqun 1348c20e2f Merge branch 'develop' into core_add_fc_op
9 years ago
Liu Yiqun f196ad0210 Port fully connected operator, the FCOp c++ implementation and python unittest.
9 years ago
Yu Yang 9a592ec3aa Remove FC Op, since it should be added in Python side
9 years ago
Yu Yang 89d33ff83f Complete chagne op creation method.
9 years ago
qijun 81cc7a3227 merge baidu/develop
9 years ago
Yu Yang 5d134a03f1 Refine remove std::shared_ptr in Scope
9 years ago
qijun 4a1f7bd21f add gpu python op test
9 years ago
qijun 358261f0bd fix gpu build error
9 years ago
Yu Yang d3373c5b85 Skeleton Of fully connected operator
9 years ago