History log of /external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35ba5d8dc8899e28ac789dc493f0dd205e169c74 12-Feb-2018 Sami Kama <sami.kama.git@gmail.com> Fix Py3 byte and string issue after swig update. Clarify failure message on finding libnvinfer in configure.py
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
cf4d066720bbf9c3c79aa62d9b1057939af5ff63 11-Feb-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix python lint errors internally. One important change is to rename CreateInferenceGraph to create_inference_graph.
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
45fcb8f2d3e24ec52d418b93303f1afa0fac6496 02-Feb-2018 Sami Kama <skama@nvidia.com> Fixes for PR comments and build failures
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
97aa1856bc6dc75afd65dc4ad2a5e5a48d1ea6d6 02-Feb-2018 Sami Kama <skama@nvidia.com> Fix py3 conversion
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
f8b1986d67b1bcc352acb7644b642faf46ca79cb 31-Jan-2018 Sami Kama <skama@nvidia.com> Change VLOGs to increasing verbosity mode
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
d7b4fe4d4322a3fdab8a1dedb93d37a1f800a559 30-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix the build dependencies and formatting of the code, and make sure
they follow the style conventions.
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
84cab7b04b178ed63c19c9d618926f09da327fd7 30-Jan-2018 Sami Kama <skama@nvidia.com> Add TODO message
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
6908cc233c679b8fe61d99a30d3828362caf47be 25-Jan-2018 Sami Kama <skama@nvidia.com> [ Fixes for PR comments]
- removed commented code
- moved all code to tensorflow namespace
- removed a dangling config parameter from tensorflow/BUILD
- fixed Copyright notice years
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
68e17d497497119c24ad506dac4e34e127cf836c 24-Jan-2018 Jie <jiej@nvidia.com> [UPDATE]
Refactoring optimization pass and shape inference

shape inference
Removed shape refiner and apply shape inference through
grappler/costs/graph_properties

Currently using static shape inference

optimization pass
Moved Python optimization pass to c++ optimization pass
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py
825e7a32e9f4dbad21a9ddb9d8a34bd3e32b1d0e 19-Jan-2018 Sami Kama <skama@nvidia.com> Introducing TensortRT Operator to TF which can run (sub)graphs in
highly optimized TensorRT engines. This commit is a merged version of
many commits by

benbarsdell <bbarsdell at nvidia.com>
deadeyegoodwin <davidg at nvidia.com
jjsjann123 <jiej at nvidia.com>
samikama <skama at nvidia.com>
/external/tensorflow/tensorflow/contrib/tensorrt/python/trt_convert.py