This repository was archived by the owner on Aug 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 945
"Low-Level" QR Implementation #1366
Open
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bf86809
docfix -- qr to namespace linalg
bileschi 2e862cc
sample code fixup
bileschi e92840d
fixup add additional output (Q & R)
bileschi 72faf3f
"Low-Level" QR Decomposition, bandPart, triangularSolve
DirkToewe f7f9712
Merge branch 'linalg_qr' of https://github.com/DirkToewe/tfjs-core in...
DirkToewe 8966814
Merge branch 'master' into linalg_qr
DirkToewe c36a5aa
Fixed linting error ("use const instead of let").
DirkToewe f60d9c4
Merge branch 'linalg_qr' of https://github.com/DirkToewe/tfjs-core in...
DirkToewe dc0c54a
Made adjoint() and bandPart() tests more lenient (for WebGL)
DirkToewe 3d52a6d
Switched testing if `qr` and `triangularSolve` to CPU only
DirkToewe f2d4207
Switced `bandPart` testing to CPU only
DirkToewe bae0780
Implemented custom relative-tolerance comparison for testing `qr()`.
DirkToewe a52ef84
linalg_ops::qrEcoDecompKernel simplified and sped up O(m3) to O(m2n)
DirkToewe a8e605c
Added check NaN/Infinity check to bandPart.
DirkToewe 1f55251
Merge remote-tracking branch 'upstream/master' into linalg_qr
DirkToewe fb1c0d0
Turned important assertions into errors, added code samples.
DirkToewe 1bf683d
Reduced the number of tests.
DirkToewe 0bc520d
Merge branch 'master' into linalg_qr
DirkToewe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.