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 intoJun 28, 2022
Merged
Conversation
tfeher
force-pushed
the
cpp_conversion_example
branch
from
September 26, 2021 23:46
5cbb42d to
c50c2bd
Compare
tfeher
marked this pull request as ready for review
September 26, 2021 23:47
|
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?
DEKHTIARJonathan
force-pushed
the
master
branch
5 times, most recently
from
October 20, 2021 00:33
94c43ee to
114ebe1
Compare
tfeher
force-pushed
the
cpp_conversion_example
branch
from
October 20, 2021 14:51
c50c2bd to
08a055c
Compare
tfeher
commented
Oct 20, 2021
tfeher
left a comment
Contributor
Author
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 |
tfeher
force-pushed
the
cpp_conversion_example
branch
from
November 8, 2021 11:39
08a055c to
81910f9
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
from
November 12, 2021 00:25
0a45eae to
0208b44
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
from
November 19, 2021 00:48
f5ca130 to
74ab36f
Compare
tfeher
force-pushed
the
cpp_conversion_example
branch
from
December 3, 2021 22:06
81910f9 to
fb0a2cf
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
from
February 17, 2022 01:48
951f264 to
65ed25c
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
4 times, most recently
from
March 11, 2022 20:52
dd03467 to
653ea0a
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
3 times, most recently
from
April 7, 2022 01:06
cf30938 to
8d2c59f
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
from
April 15, 2022 00:10
064de53 to
eb97b19
Compare
DEKHTIARJonathan
force-pushed
the
master
branch
2 times, most recently
from
May 10, 2022 21:42
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