forked from pryvkin10x/tsne
-
Notifications
You must be signed in to change notification settings - Fork 2
stateful API #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nlhepler
wants to merge
26
commits into
azarchs/build-improvements
Choose a base branch
from
lh/crana
base: azarchs/build-improvements
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
stateful API #11
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
63e1ddb
introduce stateful API
77a7e1b
add API to free memory, use it
1be20c4
safer free_tsne API
00bc9fc
fix elapsed time reporting
86ba173
fix reviewer comments
05be25f
constify all the things
5bef9a1
use move and rvalue refs for TSNEState initializer
ae57d41
Update clang-format config to match cellranger.
adam-azarchs 48300a0
clang-tidy google-readability-braces-around-statements
adam-azarchs 68cd3ce
clang-tidy google-readability-casting
adam-azarchs 30422ff
clang-tidy modernize-use-equals-delete
adam-azarchs ed93c6b
clang-tidy bugprone-reserved-identifier
adam-azarchs 22a0a06
clang-tidy modernize-use-nodiscard
adam-azarchs 6bc1ec3
clang-tidy bugprone-narrowing-conversions and deadcode.
adam-azarchs 2f968b6
clang-tidy: Adjust types and add constructors.
adam-azarchs 101f7b1
clang-tidy readability-isolate-declaration
adam-azarchs af80d6a
clang-tidy readability-simplify-boolean-expr
adam-azarchs 8910a41
clang-tidy readability-static-definition-in-anonymous-namespace
adam-azarchs f44c5a4
clang-tidy readability-inconsistent-declaration-parameter-name
adam-azarchs b6b4f53
clang-tidy readability-redundant-access-specifiers
adam-azarchs 89a3dc8
clang-tidy readability-implicit-bool-conversion
adam-azarchs 91ec292
clang-tidy readability-non-const-parameter
adam-azarchs b70fe08
Merge #12: Mostly-automatic fixups with clang-tidy.
adam-azarchs 70bb526
hide GCC pragmas behind ifdef __GNUC__
5f71f74
Merge pull request #13 from 10XDev/lh/vs-fixes
86beed0
Run clang-tidy --fix with clang15.
adam-azarchs 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.