Fix typo in factorization machine layer

release/0.11.0
wangmeng28 8 years ago
parent d6e35ecdd5
commit 0b6afb589c

@ -61,7 +61,7 @@ private:
MatrixPtr inputMulFactor_;
// Temporary calculation result store
MatrixPtr tmpOut_;
MatrixPrt tmpSum_;
MatrixPtr tmpSum_;
// Negative identity matrix
MatrixPtr negOnes_;

Loading…
Cancel
Save