aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorrt/__init__.py
Commit message (Collapse)AuthorAge
* Update __init__.pyGravatar Yifei Feng2018-03-08
|
* Update tensorrt import exception.Gravatar Yifei Feng2018-03-08
|
* Move the pylint message and fix comment lengthGravatar gracehoney2018-03-07
|
* added pylint flag for buildGravatar jjsjann1232018-03-07
|
* moved try/catch to contrib/tensorrt/__init__.py to guard whole TRT; raise ↵Gravatar jjsjann1232018-03-07
| | | | original error
* Fix python lint errors internally. One important change is to rename ↵Gravatar gracehoney2018-02-10
| | | | CreateInferenceGraph to create_inference_graph.
* [ Fixes for PR comments]Gravatar Sami Kama2018-01-24
| | | | | | | - removed commented code - moved all code to tensorflow namespace - removed a dangling config parameter from tensorflow/BUILD - fixed Copyright notice years
* Introducing TensortRT Operator to TF which can run (sub)graphs inGravatar Sami Kama2018-01-19
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>