Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add technical report citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan committed Aug 14, 2019
1 parent 67191c4 commit 554ce67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/operator/numpy/linalg/np_gesvd-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ void NumpyLaGesvdForward(const nnvm::NodeAttrs& attrs,
});
}

// Helper for gesvd_backward. See technical report for details
// Helper for gesvd_backward. See technical report
// `Auto-Differentiating Linear Algebra` for details
// on https://arxiv.org/pdf/1710.08717.pdf
template<typename DType>
DType gesvd_back_helper_eps(DType* X);

Expand Down

0 comments on commit 554ce67

Please sign in to comment.