aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensorrt
Commit message (Collapse)AuthorAge
* Disable tensorrt:unary_test in OSS since it crashes with SEGV.Gravatar Todd Wang2018-10-04
| | | | PiperOrigin-RevId: 215814732
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
| | | | PiperOrigin-RevId: 214824023
* Replace self.test_session(graph=<an object not None>) with ↵Gravatar A. Unique TensorFlower2018-09-24
| | | | | | self.session(graph=...) as it's the same semantic. PiperOrigin-RevId: 214286845
* Merge pull request #22371 from aaroey:fix_zero_size_allocationGravatar TensorFlower Gardener2018-09-21
|\ | | | | | | PiperOrigin-RevId: 213998222
* | Update links to install pages.Gravatar Billy Lamberta2018-09-20
| | | | | | | | PiperOrigin-RevId: 213917946
| * Add comments about why we use uint64_t type for alignment.Gravatar Guangda Lai2018-09-20
| |
| * Set back the ITensor name, but conditionally.Gravatar Guangda Lai2018-09-20
| |
| * Fix variable name.Gravatar Guangda Lai2018-09-19
| |
| * Change type to uint64_t for Align()Gravatar Guangda Lai2018-09-19
| |
* | Merge pull request #21000 from ↵Gravatar TensorFlower Gardener2018-09-19
|\ \ | | | | | | | | | | | | | | | ROCmSoftwarePlatform:upstream-staging-gpu-common-runtime-1 PiperOrigin-RevId: 213653830
| | * Fix trt allocator and tensor name issues in convert_nodes.cc.Gravatar Guangda Lai2018-09-18
| | |
| | * Fix python3 testsGravatar Guangda Lai2018-09-18
| |/ |/|
* | 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
| * Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
|/ | | | | Rename CUDA GPU ID to platform GPU ID so the notion is applicable on both CUDA and ROCm platform.
* 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
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | PiperOrigin-RevId: 209679086
* Merge pull request #21508 from ↵Gravatar TensorFlower Gardener2018-08-21
|\ | | | | | | | | | | aaroey:fix_allocator_when_engine_device_not_specified PiperOrigin-RevId: 209647689
* | Initialize TRTOptimizationPass members in the constructor, and use a utilGravatar Guangda Lai2018-08-21
| | | | | | | | | | | | function to get the precision mode. PiperOrigin-RevId: 209641428
| * Address review commentsGravatar gracehoney2018-08-20
| |
* | Merge pull request #21075 from jjsjann123:trt4_input_patchGravatar TensorFlower Gardener2018-08-17
|\ \ | | | | | | | | | PiperOrigin-RevId: 209226085
| | * Add c++ test and remove python test.Gravatar gracehoney2018-08-16
| | |
* | | Make sure tensorrt and nccl kernels compile with newer versions of Eigen.Gravatar A. Unique TensorFlower2018-08-15
| | | | | | | | | | | | PiperOrigin-RevId: 208902416
| * | Fix rank_two_test and reenable all other tests.Gravatar gracehoney2018-08-10
| | |
| | * Fix broken testGravatar gracehoney2018-08-09
| | |
| * | Fix rank_two_test.Gravatar gracehoney2018-08-09
| | |
| * | 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
| | | |
| | * | Fix comment.Gravatar gracehoney2018-07-30
| | | |
| | * | Add more testsGravatar gracehoney2018-07-30
| | | |
| | * | 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
| | | * \ Merge branch 'master' of https://github.com/tensorflow/tensorflow into ↵Gravatar gracehoney2018-07-27
| | | |\ \ | |_|_|/ / |/| | | | | | | | | WiringUpdate
* | | | | Remove the gen_locally tag which is no more needed.Gravatar Guangda Lai2018-07-26
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206197083
| * | | | Fix formattingGravatar gracehoney2018-07-26
| | | | |
* | | | | Merge pull request #21100 from aaroey:fix_engine_op_fallbackGravatar TensorFlower Gardener2018-07-26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206169769
| | | | * | Fix wiring issues in case engine building fails and add control connections ↵Gravatar Sami Kama2018-07-25
| |_|_|/ / |/| | | | | | | | | | | | | | to engines
| | * | | unit test added for memory alignmentGravatar Jie2018-07-25
| | | | |
* | | | | Enable TensorRT build.Gravatar Guangda Lai2018-07-25
| |/ / / |/| | | | | | | | | | | PiperOrigin-RevId: 206020981
| | | * merge upstream master; addressing review comments per changes upstreamGravatar Jie2018-07-24
| | | |
| * | | Fix review commentsGravatar gracehoney2018-07-24
| | | |
| * | | Let TrtEngineOp fallback to native tf function call for most of the failure ↵Gravatar gracehoney2018-07-24
|/ / / | | | | | | | | | cases, and fix a bug where it sets the status of the context but still execute the op.