Commit Graph

20 Commits (b6347fb6c0ead317f1f01767b8de72173cbbaa3a)

Author SHA1 Message Date
Liu Yiqun dae249b1cb Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp.
8 years ago
Liu Yiqun 989e8358b3 Reuse the output of mul when there is only one input in FCOp.
8 years ago
Liu Yiqun fe2ab2ee7f Set the default value of xNumColDims and rename the output to "Out" in FCOp.
8 years ago
Liu Yiqun 0b21b854ec Make the weights of FCOp a fixed 2-D matrix and refine some comments in FCOp.
8 years ago
Liu Yiqun af2eb94909 Support inputs and weights of multi-dimensions and refine the output names.
8 years ago
Liu Yiqun 4f2ee63c44 Get rid of the calling of inplace op in FCOp.
8 years ago
Liu Yiqun 4223ff8c27 Correct the key name of "mul" op in FCOp, and add some annotations for debug.
8 years ago
Liu Yiqun d874fca46b Support multiple inputs in FCOp.
8 years ago
Liu Yiqun 734a9eeaa4 Correct the definition of Operator in TestFCGradOp, and rename the output name
8 years ago
Liu Yiqun 1348c20e2f Merge branch 'develop' into core_add_fc_op
8 years ago
Liu Yiqun f196ad0210 Port fully connected operator, the FCOp c++ implementation and python unittest.
8 years ago
Yu Yang 9a592ec3aa Remove FC Op, since it should be added in Python side
8 years ago
dongzhihong bd369c3575 "remove type alias header file"
8 years ago
dongzhihong 610801b57c "remove a lot alias"
8 years ago
Yi Wang 9620df4464 Reformat paddle/operators/* strictly following Google Style Guide
8 years ago
Yi Wang ddb29b6ca6 Move constants from framework::OperatorBase to framework::
8 years ago
Yu Yang 00615ebca2 Refine OpRegistry::AddInput/AddOutput
8 years ago
Yu Yang b1b4364580 Rename PlainNet --> NetOp
8 years ago
Yu Yang efc119b43b Add type_alias to import framework into ops
8 years ago
Yu Yang d3373c5b85 Skeleton Of fully connected operator
8 years ago