Uh oh!
There was an error while loading. Please reload this page.
TF-TRT C++ conversion example - #271
Conversation
5cbb42d to
c50c2bdComparechristopherbate
commented
Sep 27, 2021
I think we're trying to follow convention of labeling PR titles with the tag |
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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
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?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
94c43ee to
114ebe1Comparec50c2bd to
08a055cCompare
tfeher
left a comment
There was a problem hiding this comment.
Thanks @christopherbate for the review, I have addressed the issues.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tfeher
commented
Oct 20, 2021
To compile the example, one needs PR tensorflow/tensorflow#52595 |
08a055c to
81910f9Compare0a45eae to
0208b44Comparef5ca130 to
74ab36fCompare81910f9 to
fb0a2cfCompare951f264 to
65ed25cComparedd03467 to
653ea0aComparecf30938 to
8d2c59fCompare27ef7b8 to
535c132CompareDEKHTIARJonathan
commented
Jun 13, 2022
@meena-at-work: for review |
C++ conversion example to illustrate conversion using dynamic shape mode.
This PR depends on tensorflow/tensorflow#52012