-
Notifications
You must be signed in to change notification settings - Fork 363
feat: Add support for providing input datatypes in TRTorch #510
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
a3f4a3c
feat: Add support for providing input datatypes in TRTorch
peri044 8e67e38
chore: Initial input_type api impl
peri044 316df28
feat(//core/ir): Implementing new internal input spec type
narendasan 482265f
feat(//py)!: Implementing top level python api changes to reflect new
narendasan 08b4942
feat(//cpp)!: Changes to TRTorch C++ api reflecting Input and
narendasan bdde52e
refactor(//py): Have the python api default input types to PyTorch like
narendasan de4f358
tests(//tests): Implementing tests to check new input class behavior
narendasan c39bf81
feat(trtorchc): Adding new support for dtypes and formats in
narendasan aaddaf1
Merge branch 'master' of https://github.com/NVIDIA/TRTorch into input…
narendasan 265f71e
refactor: Apply linting
narendasan 90c28f7
docs: update docs for new api
narendasan ad52022
refactor: address review comments
narendasan df87de3
refactor: apply linting
narendasan d99169f
feat(//py): add user level device class in py for embed engine
narendasan d38eee7
Merge pull request #544 from NVIDIA/device_class_py
narendasan 0235dbe
refactor: apply linting
narendasan f330a10
refactor: remove extra returns
narendasan 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
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
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ cc_library( | |
"ir.h" | ||
], | ||
srcs = [ | ||
"InputRange.cpp", | ||
"Input.cpp" | ||
], | ||
deps = [ | ||
"@tensorrt//:nvinfer", | ||
|
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.