aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #20350 from jjsjann123:trt4_prGravatar TensorFlower Gardener2018-07-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204483181
* | | | | | | | | | | Adds the code that uses the recently added AutoGraph traceback rewriting logic.Gravatar A. Unique TensorFlower2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the Try visit function in the single return detection visitor to allow generated function bodies to be wrapped in our error rewriting try/except blocks. PiperOrigin-RevId: 204478398
* | | | | | | | | | | Broad refactor (part 6): Add several helpers to the base converter class. ↵Gravatar Dan Moldovan2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet used. Testing will be covered by the individual converter tests. PiperOrigin-RevId: 204469361
* | | | | | | | | | | Change TF op extension example to not use namespace "tensorflow", which does ↵Gravatar A. Unique TensorFlower2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not belong to users. Users should write extensions in their own namespaces. PiperOrigin-RevId: 204468844
* | | | | | | | | | | TF SavedModel: Split off a reader from the loader moduleGravatar A. Unique TensorFlower2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204468340
* | | | | | | | | | | Add initial support for interpolating filename and line number in error ↵Gravatar A. Unique TensorFlower2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages returned from C++. PiperOrigin-RevId: 204455158
* | | | | | | | | | | Make parallel_gpu_execute work on WindowsGravatar A. Unique TensorFlower2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204441157
* | | | | | | | | | | Fix import order in interpreter_wrapper.h.Gravatar Nupur Garg2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204429340
* | | | | | | | | | | [XLA] Split out HloGatherInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204421652
| | | | | | | * | | | third_party/repo: add TF_SYSTEM_LIBS to environ so bazel knows to refreshGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | third_party: unbundle jsoncpp depGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jsoncpp headers are included with a different path so we have to symlink them so the are in the dir structure that is expected. Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | pip_package: exclude grpc licenses when building system libraryGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The grpc license files are deeper in the heirarchy so are hard to nop out in the system version of the BUILD file. Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | workspace: configure system libsGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | systemlibs: Add syslibs_configure repository_rule to generate if_system_lib ↵Gravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macros Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | third_party: Add cython system depGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | third_party: Add astor systemlibGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | workspace: use TF_SYSTEM_LIBS to link to system librariesGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
| | | | | | | * | | | third_party/repo: add TF_SYSTEM_LIBS to unbundle depsGravatar Jason Zaman2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* | | | | | | | | | | Expose is_png similar to the method is_jpeg.Gravatar A. Unique TensorFlower2018-07-12
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204411827
* | | | | | | | | | Include NCCL in the list of requirements for TensorFlow with GPU supportGravatar Smit Hinsu2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204409167
* | | | | | | | | | Replacing persistent tape with 2 different tapes for generator and ↵Gravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | discriminator. PiperOrigin-RevId: 204407120
* | | | | | | | | | Makes tfe.defun respect random seeds.Gravatar Alexandre Passos2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204399757
* | | | | | | | | | Internal change.Gravatar Alan Chiao2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204398429
* | | | | | | | | | Cleaning up test proto for `tensorflow/contrib/proto` and refactoring test code.Gravatar Jiri Simsa2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204397051
* | | | | | | | | | Fix the broekn BUILD rule under lite/delegates/eager.Gravatar Yu-Cheng Ling2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204396267
| | | | | | | | * | [XLA:GPU] let GpuTransferManager take different StreamExecutor and LLVMCompilerGravatar Wen-Heng (Jack) Chung2018-07-13
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GpuTransferManager is tied to CUDA StreamExecutor and LLVM NVPTX backend thus far. In this commit refactor its constructor so it's possible to take different StreamExecutor instances and LLVM backends.
* | | | | | | | | Disable eager nested defuns on TPU testGravatar Igor Ganichev2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also delete test for variable deletion as it is super slow on some backends. PiperOrigin-RevId: 204390369
* | | | | | | | | Remove redundant context.graph_mode() calls.Gravatar Alexandre Passos2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204387465
| | | | | | | * | [XLA][AMDGPU] use AddrSpaceCast to access GlobalVariable on AMDGPUGravatar Wen-Heng (Jack) Chung2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In XLA kernels pointers are in default address space (0). On LLVM AMDGPU backend, all GlobalVariable instances must be in global address space (1). Therefore in an AddrSpaceCast is required for AMDGPU backend. To cope with existing NVPTX backend, use ConstantExpr::getPointerBitCastOrAddrSpaceCast in this commit.
* | | | | | | | | Automated rollback of commit 35a29824aa196aa9348e1f6daf836d07d9e61156Gravatar Revan Sopher2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204373793
* | | | | | | | | [XLA:GPU] Support infeed of nested tuplesGravatar Benjamin Kramer2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Outfeed already supports this and with the shared queue management code this became easy. PiperOrigin-RevId: 204370770
* | | | | | | | | Broad refactor(part 5): Add liveness and reaching definitions analyses based ↵Gravatar Dan Moldovan2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on the refactored CFG. Not yet enabled. PiperOrigin-RevId: 204368511
* | | | | | | | | Support passing TensorFlow API names as a separate v1 argument to tf_export.Gravatar Anna R2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204368026
* | | | | | | | | Utilities for converting TF objects to TF Lite counterparts.Gravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204366431
* | | | | | | | | Fix support for seq2seq with mixed precisionGravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the type of the input tensor `x` is not the same as the type of the hidden states cast is required. This mixed precision case occurs when using the seq2seq layer with a data type of float16 or bfloat16. PiperOrigin-RevId: 204364209
* | | | | | | | | Add a test to eagerly run ops on multiple TPU coresGravatar Igor Ganichev2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204354687
* | | | | | | | | [tf.data] Handling checkpointing of optimized input pipelines correctly.Gravatar Jiri Simsa2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204350306
* | | | | | | | | Merge pull request #20678 from SneakyFish5:fix-typosGravatar TensorFlower Gardener2018-07-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204350215
* | | | | | | | | | Add support for persistent annotations in template expansions.Gravatar Dan Moldovan2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204348481
* | | | | | | | | | Remove unused annotation tag and mark for deprecation.Gravatar Dan Moldovan2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204348472
* | | | | | | | | | Fix tf.svd example codeGravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204347508
* | | | | | | | | | Fix bug in SetResourceHandleShapeAndType.Gravatar Skye Wanderman-Milne2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, captured resource variables in TF functions (or any captured resource tensors) would not have shape information. PiperOrigin-RevId: 204347306
* | | | | | | | | | Remove exposure of HWNC and HWCN data formatsGravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204347001
* | | | | | | | | | Internal change.Gravatar Revan Sopher2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204342372
* | | | | | | | | | LSTM CHECK_OK on input tensor checks.Gravatar Alan Chiao2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204341675
* | | | | | | | | | To package support for both 32 bit and 64 bit in single apk, we need ↵Gravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different flag PiperOrigin-RevId: 204341142
* | | | | | | | | | Support narrow_range attr on FakeQuant nodesGravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204339562
* | | | | | | | | | Internal Change.Gravatar Michael Case2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204338153
* | | | | | | | | | Internal changes.Gravatar A. Unique TensorFlower2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204337595
* | | | | | | | | | [TF:XLA] Bump open source llvm revision to r336887Gravatar Sanjoy Das2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204337319