-
Notifications
You must be signed in to change notification settings - Fork 30
API fallback and python bindings refactoring #100
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
ethanglaser
wants to merge
28
commits into
main
Choose a base branch
from
dev/eglaser/api-fallback2
base: main
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5e7455b
API fallback and python bindings refactoring
ethanglaser 65161bb
add proper licenses
ethanglaser b6b691e
Merge branch 'main' into dev/eglaser/api-fallback2
ethanglaser b066f6c
apply rebase from new changes
ethanglaser a246fb7
add all extensions
ethanglaser 520b4f8
fix incorrect path
ethanglaser 703a909
remove nonexistent file
ethanglaser 2398f13
split into common/fallback/concept and transfer more pybinds
ethanglaser 256b5b3
update fallback
ethanglaser 73b8642
add python examples
ethanglaser 57b3982
add cpp test
ethanglaser 549add0
update py example license and add cpp example
ethanglaser 8925d25
Merge branch 'main' into dev/eglaser/api-fallback2
ethanglaser 0d6777f
update examples from rebase
ethanglaser edbec56
Migrate python scripts to public and support fallback in tests
ethanglaser a0eec37
Merge branch 'main' into dev/eglaser/api-fallback2
ethanglaser a75439b
header fix
ethanglaser aab98cf
remove accidental print
ethanglaser 3cbe104
quick fixes for review
ethanglaser 252fb8e
clang formatting
ethanglaser 5288ca0
update include statements
ethanglaser 90571fc
address a few more comments
ethanglaser f0bf87f
Merge branch 'main' into dev/eglaser/api-fallback2
ethanglaser 93b5a73
clean up ugly paths within USE_PROPRIETARY
ethanglaser df4d619
merge main into branch
ethanglaser cd5cde0
fallback example non-simple
ethanglaser 9e15d85
clean up constexpr std::string issue with clang
ethanglaser a57b274
move eve to private
ethanglaser 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* Copyright 2023 Intel Corporation | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
#pragma once | ||
|
||
// pybind | ||
#include <pybind11/pybind11.h> | ||
|
||
namespace svs::python::conversion { | ||
void wrap(pybind11::module& m); | ||
} // namespace svs::python::conversion |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.