This repository was archived by the owner on Feb 3, 2025. It is now read-only.
TF-TRT C++ conversion example#271
Merged
DEKHTIARJonathan merged 2 commits intotensorflow:masterfrom Jun 28, 2022
Merged
Conversation
5cbb42d to
c50c2bd
Compare
|
I think we're trying to follow convention of labeling PR titles with the tag |
christopherbate
suggested changes
Sep 27, 2021
christopherbate
left a comment
There was a problem hiding this comment.
Mainly build system / scripts and instructions need to be updated for final version, other things are minor.
| cd tensorrt/tftrt/examples/cpp/image-classification | ||
| mkdir build | ||
| cd build | ||
| cmake .. |
There was a problem hiding this comment.
Update to include -D... when CMakeLists is finalized
Contributor
Author
There was a problem hiding this comment.
What is the purpose of the these, do we want to add hints for TF_SOURCE_DIR / TF_INSTALL_DIR?
94c43ee to
114ebe1
Compare
c50c2bd to
08a055c
Compare
tfeher
commented
Oct 20, 2021
Contributor
Author
tfeher
left a comment
There was a problem hiding this comment.
Thanks @christopherbate for the review, I have addressed the issues.
Contributor
Author
|
To compile the example, one needs PR tensorflow/tensorflow#52595 |
08a055c to
81910f9
Compare
0a45eae to
0208b44
Compare
f5ca130 to
74ab36f
Compare
81910f9 to
fb0a2cf
Compare
951f264 to
65ed25c
Compare
dd03467 to
653ea0a
Compare
cf30938 to
8d2c59f
Compare
064de53 to
eb97b19
Compare
27ef7b8 to
535c132
Compare
Contributor
|
@meena-at-work: for review |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
C++ conversion example to illustrate conversion using dynamic shape mode.
This PR depends on tensorflow/tensorflow#52012