aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorrt/BUILD
Commit message (Expand)AuthorAge
* Disable tensorrt:unary_test in OSS since it crashes with SEGV.Gravatar Todd Wang2018-10-04
* Automated rollback of commit 19d66a950e2091bb598c6a2d375e14208f5773b2Gravatar Guangda Lai2018-09-18
* Disable flaky gpu_base_testGravatar Gunhan Gulsoy2018-09-14
* Add SavedModel support to TensorRT's create_inference_graph() API.Gravatar Guangda Lai2018-09-12
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Merge pull request #21508 from aaroey:fix_allocator_when_engine_device_not_sp...Gravatar TensorFlower Gardener2018-08-21
|\
| * 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
| |\
| * \ Merge pull request #20318 from aaroey:create_inference_graph_use_grapplerGravatar TensorFlower Gardener2018-08-03
| |\ \
| | | * Fix ci build errors and internal test errors.Gravatar gracehoney2018-08-02
| * | | Change default visibility of tensorlow/contrib/tensorrt to public to allow us...Gravatar A. Unique TensorFlower2018-07-31
| | | * Fix formatting issues, py3 errors and internal build errors.Gravatar gracehoney2018-07-31
| | | * Merge branch 'master' of https://github.com/tensorflow/tensorflow into Wiring...Gravatar gracehoney2018-07-30
| | | |\ | | |_|/ | |/| |
| | | * Fix control dependency problems and add corresponding tests.Gravatar gracehoney2018-07-30
| * | | Merge pull request #21131 from jjsjann123:alignment_testGravatar TensorFlower Gardener2018-07-28
| |\ \ \ | | |_|/ | |/| |
| * | | Remove the gen_locally tag which is no more needed.Gravatar Guangda Lai2018-07-26
| | * | unit test added for memory alignmentGravatar Jie2018-07-25
| * | | Enable TensorRT build.Gravatar Guangda Lai2018-07-25
| |/ /
* / / [tftrt]Gravatar Jie2018-07-23
|/ /
* | Merge pull request #20755 from aaroey:segmentor_fixGravatar TensorFlower Gardener2018-07-23
|\ \
| * | 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
* | | Merge pull request #20774 from jjsjann123:test_prGravatar TensorFlower Gardener2018-07-20
|\ \ \
* | | | Implement something similar to std::align since it's not supported.Gravatar Guangda Lai2018-07-19
| * | | Fix dependency issues.Gravatar gracehoney2018-07-19
| * | | Fix python formatting issues.Gravatar gracehoney2018-07-19
| * | | [tftrt unit tests]Gravatar Jie2018-07-18
| * | | Fix conflicts with upstreamGravatar gracehoney2018-07-18
| |\ \ \ | |/ / / |/| | |
* | | | Fix window bazel build failure by exclusing tensorflow/contrib/tensorrt:init_...Gravatar Guangda Lai2018-07-17
| |/ / |/| |
| | * 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
| * | Refactor tf_trt_integration_test so we can extend it to other graphs.Gravatar gracehoney2018-07-16
| * | [tftrt update]Gravatar Jie2018-07-13
|/ /
| * Use tf_optimizer.OptimizeGraph() to reimplement create_inference_graph() meth...Gravatar gracehoney2018-06-26
|/
* Fix internal build errors.Gravatar gracehoney2018-06-21
* Use TrtUniquePtrType for all builder/network/engine construction; add build r...Gravatar gracehoney2018-06-19
* 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
* | 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