aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorrt/BUILD
Commit message (Collapse)AuthorAge
* Disable tensorrt:unary_test in OSS since it crashes with SEGV.Gravatar Todd Wang2018-10-04
| | | | PiperOrigin-RevId: 215814732
* Automated rollback of commit 19d66a950e2091bb598c6a2d375e14208f5773b2Gravatar Guangda Lai2018-09-18
| | | | PiperOrigin-RevId: 213453719
* Disable flaky gpu_base_testGravatar Gunhan Gulsoy2018-09-14
| | | | PiperOrigin-RevId: 213040362
* Add SavedModel support to TensorRT's create_inference_graph() API.Gravatar Guangda Lai2018-09-12
| | | | PiperOrigin-RevId: 212743550
* Directly import tensor.proto.h (the transitive import will be removed from ↵Gravatar Eugene Brevdo2018-08-23
| | | | | | | | | | tensor.h soon) We plan to remove the import variant.h from tensor.h; and variant.h brings in a lot of transitive imports (including protos like tensor.proto.h). To prepare, we're updating folks who this will break. PiperOrigin-RevId: 210043667
* Merge pull request #21508 from ↵Gravatar TensorFlower Gardener2018-08-21
|\ | | | | | | | | | | aaroey:fix_allocator_when_engine_device_not_specified PiperOrigin-RevId: 209647689
| * Add c++ test and remove python test.Gravatar gracehoney2018-08-16
| |
* | Fix rank_two_test and reenable all other tests.Gravatar gracehoney2018-08-10
| |
* | Fix conflicts with upstream/masterGravatar gracehoney2018-08-09
|\ \
| | * Add test to reproduce the error.Gravatar gracehoney2018-08-09
| | |
| | * Try to find an allocator when the engine is not assigned a device.Gravatar gracehoney2018-08-08
| |/
| * Merge pull request #21138 from samikama:WiringUpdateGravatar TensorFlower Gardener2018-08-03
| |\ | | | | | | | | | PiperOrigin-RevId: 207306967
| * \ Merge pull request #20318 from aaroey:create_inference_graph_use_grapplerGravatar TensorFlower Gardener2018-08-03
| |\ \ | | | | | | | | | | | | PiperOrigin-RevId: 207278109
| | | * Fix ci build errors and internal test errors.Gravatar gracehoney2018-08-02
| | | |
| * | | Change default visibility of tensorlow/contrib/tensorrt to public to allow ↵Gravatar A. Unique TensorFlower2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | users of TensorRT converter to depend on it directly. PiperOrigin-RevId: 206849359
| | | * Fix formatting issues, py3 errors and internal build errors.Gravatar gracehoney2018-07-31
| | | |
| | | * Merge branch 'master' of https://github.com/tensorflow/tensorflow into ↵Gravatar gracehoney2018-07-30
| | | |\ | | |_|/ | |/| | | | | | WiringUpdate
| | | * Fix control dependency problems and add corresponding tests.Gravatar gracehoney2018-07-30
| | | |
| * | | Merge pull request #21131 from jjsjann123:alignment_testGravatar TensorFlower Gardener2018-07-28
| |\ \ \ | | |_|/ | |/| | | | | | PiperOrigin-RevId: 206438376
| * | | Remove the gen_locally tag which is no more needed.Gravatar Guangda Lai2018-07-26
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 206197083
| | * | unit test added for memory alignmentGravatar Jie2018-07-25
| | | |
| * | | Enable TensorRT build.Gravatar Guangda Lai2018-07-25
| |/ / | | | | | | | | | PiperOrigin-RevId: 206020981
* / / [tftrt]Gravatar Jie2018-07-23
|/ / | | | | | | | | | | trt 4 update input check on tensor dimensions. relaxing tensor dimension for trt 4 to support non-4-dimensional inputs added unit test (currently disabled due to failed INT8 conversion)
* | Merge pull request #20755 from aaroey:segmentor_fixGravatar TensorFlower Gardener2018-07-23
|\ \ | | | | | | | | | PiperOrigin-RevId: 205728147
| * | Fix segment_test build dependency.Gravatar gracehoney2018-07-23
| | |
| * | Fix formatting issuesGravatar gracehoney2018-07-21
| | |
* | | Exclude (some) tensorrt tests from mac build and cuda_on_cpu build.Gravatar Guangda Lai2018-07-20
| | | | | | | | | | | | PiperOrigin-RevId: 205494168
* | | Merge pull request #20774 from jjsjann123:test_prGravatar TensorFlower Gardener2018-07-20
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 205439601
* | | | Implement something similar to std::align since it's not supported.Gravatar Guangda Lai2018-07-19
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 205316355
| * | | Fix dependency issues.Gravatar gracehoney2018-07-19
| | | |
| * | | Fix python formatting issues.Gravatar gracehoney2018-07-19
| | | |
| * | | [tftrt unit tests]Gravatar Jie2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. unit tests refactored to tf_trt_integration_test style 2. disabled failed test (tests passed in static conversion but failed in dynamic conversion) 3. comment on _VerifyGraphDef: we should cover cases for failed conversion in dynamic conversion, where func def (TF fallback) is used.
| * | | Fix conflicts with upstreamGravatar gracehoney2018-07-18
| |\ \ \ | |/ / / |/| | |
* | | | Fix window bazel build failure by exclusing ↵Gravatar Guangda Lai2018-07-17
| |/ / |/| | | | | | | | | | | | | | tensorflow/contrib/tensorrt:init_py from windows build. PiperOrigin-RevId: 204985580
| | * Use grappler to reimplement ConvertGraphDefToTensorRT().Gravatar gracehoney2018-07-17
| | |
| * | Fix conflicts with upstream.Gravatar gracehoney2018-07-17
| |\ \ | |/ / |/| |
| | * Fix conflicts with upstream.Gravatar gracehoney2018-07-17
| | |\ | |_|/ |/| |
* | | Fix various building/testing issues and enable basic TensorRT tests, details ↵Gravatar Guangda Lai2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are: 1. Add IsGoogleTensorRTEnabled() method and is_tensorrt_enabled() python wrapper to guard trt python tests. 2. Fix nvcc build problems and add corresponding TODOs in some c++ code. 3. Fix various kokoro test config problems (e.g. fix oss build dependencies, add nomac tags for some tests, etc) PiperOrigin-RevId: 204862004
| * | Refactor tf_trt_integration_test so we can extend it to other graphs.Gravatar gracehoney2018-07-16
| | |
| * | [tftrt update]Gravatar Jie2018-07-13
|/ / | | | | | | | | Added python tests for converter functions Added BUILD for python tests
| * Use tf_optimizer.OptimizeGraph() to reimplement create_inference_graph() ↵Gravatar gracehoney2018-06-26
|/ | | | method, and fix a bug in GetDeviceAndAllocator() where it doesn't set the cuda_device_id even if the device is found.
* Fix internal build errors.Gravatar gracehoney2018-06-21
|
* Use TrtUniquePtrType for all builder/network/engine construction; add build ↵Gravatar gracehoney2018-06-19
| | | | rules for utils.h; add more TODOs
* Review changesGravatar Sami Kama2018-06-11
|
* Merge with upstreamGravatar Sami Kama2018-06-08
|
* Merge with masterGravatar Sami Kama2018-06-06
|\
| * Added segment graphdef conversion functionsGravatar Sami Kama2018-06-06
| | | | | | | | Functional Dyn Ops
* | Fix merge error.Gravatar Yifei Feng2018-05-29
| |
* | Merge commit for internal changesGravatar Yifei Feng2018-05-29
|\ \
| * | Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | | | | | | | | | | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247