- 07898e7 Provide a more informative error message when the bazel version check fails by George Karpenkov · 5 years ago
- be0672e [XLA] Fix async copy statistics to include non-entry computations. by Berkin Ilbeyi · 5 years ago
- eda2272 Remove TODO and insert helpful comment to ResizeInputTensor() by Andrew Selle · 5 years ago
- 502e75c Prune redundant control inputs early in model_pruner, since they may prevent deletion of trivial nodes. by A. Unique TensorFlower · 5 years ago
- 9ef6f66 Replace absl::StrCat with llvm::formatv when creating communication key in TPUExtractOutsideCompilation pass (NFC). by Andy Ly · 5 years ago
- 94ef9a2 SyncOnReadVariable.assign() should return Tensor by Ran Chen · 5 years ago
- d89bf4c [TF MLIR SI] Don't constant fold, only consider result of folding by Jacques Pienaar · 5 years ago
- 4c80345 Implement the llvm lowering for the customcall sliceToDynamic and padToStatic for multi-dimensional array on XLA:CPU by A. Unique TensorFlower · 5 years ago
- 8a714ed [XLA] Instead of limiting outstanding async copies, limit outstanding prefetch and evictions by Berkin Ilbeyi · 5 years ago
- 86b5602 Handle TPU inputs to OutsideCompiled parallel_execute regions. by Ken Franko · 5 years ago
- 61e39ad Auditing some const ref params for the xtensa kernels. by Advait Jain · 5 years ago
- e06bd93 [TF] Add support for more than one outer batch dimension to tf.nn.conv2d. by Eugene Brevdo · 5 years ago
- df7d04e Nit: Remove trailing whitespace. by Robert David · 5 years ago
- 550581f When calling connect_to_cluser, if the options are identical and there is no renaming of local device, reuse existing local DeviceManager, otherwise we keep the old DeviceManager around to allow the old Tensor created to be usable. by Bramandia Ramadhana · 5 years ago
- 6e50943 Add xla_hlo.case op for indexed conditional HLO. by Prakalp Srivastava · 5 years ago
- 9c313c4 Use `--ignore-installed` instead of `--force-reinstall` when reinstalling tf-estimator-nightly. by Hye Soo Yang · 5 years ago
- e18c52c Update StopGradients's overly strict verification by Jacques Pienaar · 5 years ago
- 01b38cd [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect by Benjamin Kramer · 5 years ago
- cdd4e5e Merge pull request #39500 from feklee:master by TensorFlower Gardener · 5 years ago
- bd57e26 Use tf.io instead of os for checking if paths exist in Keras applications. by A. Unique TensorFlower · 5 years ago
- 72b5db4 [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect by A. Unique TensorFlower · 5 years ago
- 8670c85 [XLA:CPU] Plumb through a minimal emitter for matmuls using the mlir linalg dialect by Benjamin Kramer · 5 years ago
- 9ffd9ee compat: Update forward compatibility horizon to 2020-05-20 by A. Unique TensorFlower · 5 years ago
- d5f62ec Update GraphDef version to 407. by A. Unique TensorFlower · 5 years ago
- 4f512f0 [XLA] Unbreak the OSS build by Benjamin Kramer · 5 years ago
- e9c9cfa Add shape inference pass before legalization: prepare-tf may introduce ops those do not have shaped tensor yet, we need to insert a shape inference pass to make proper shape propagation. by Renjie Liu · 5 years ago
- fe5ac41 [XLA:PARSER] Fix parser to read U64 types properly by Blake Hechtman · 5 years ago
- e3eb510 Merge pull request #38666 from marcin-sielski:master by TensorFlower Gardener · 5 years ago
- ff99778 Build pip_package with Bazel by Terry Heo · 5 years ago
- cd0322f Disable flaky TFRT tests. by Kibeom Kim · 5 years ago
- f8a797e Fix formatting of file by Gaurav Jain · 5 years ago
- 361470d [XLA] Strength reduce cvt(pred) / bcast(f32) to bcast(1 / f32) * cvt(pred) by David Majnemer · 5 years ago
- 4a37d3f Set static shape information for reshape layer. by Scott Zhu · 5 years ago
- 7d65cad Update TextVectorization docstring. by A. Unique TensorFlower · 5 years ago
- 9657b45 Adding benchmarks for image preprocessing layers. by Zhenyu Tan · 5 years ago
- 81f379b Disable flaky tensorflow/c/eager:c_api_remote_test on asan by Yifei Feng · 5 years ago
- 3225410 Look up eager client directly from target in eager cluster FLR. by Haoyu Zhang · 5 years ago
- f1bf706 Rename numpy to numpy_ops by A. Unique TensorFlower · 5 years ago
- 871cfc8 Automatically cast int32 inputs to int64 if the table key expects int64. by A. Unique TensorFlower · 5 years ago
- 0d2a69c Include missing dependency. by A. Unique TensorFlower · 5 years ago
- e27a818b Deduplicate Python TraceMe implementations by Jose Baiocchi · 5 years ago
- d5eb33b Merge pull request #39155 from tfeher:trt_activation_dynamic_shape by TensorFlower Gardener · 5 years ago
- 85166e9 Use functools partial rather than lambda when calling initializer. Patch TPU Embedding API to prioritize extracting shape from functools.partial objects. by Bruce Fontaine · 5 years ago
- 77b7adc Add basic support for top level function/NameAttrList attributes in Graph -> TF MLIR importer. by Andy Ly · 5 years ago
- b61cbd0 Internal change by Robert David · 5 years ago
- 33e3904 [XLA] Fix some all-gather issues. by Yuanzhong Xu · 5 years ago
- ba48040 Add a global resource manager for TPU specific operations. by Frank Chen · 5 years ago
- 7f3ef3e [Profiler] Add optimization advice for reducing the host-to-TPU data transfer time. by A. Unique TensorFlower · 5 years ago
- 692bb1d Fix nightly breakage (macos, linux). by Hye Soo Yang · 5 years ago
- 6fad082 Use enum instead of string to specify the context type. by Jiho Choi · 5 years ago
- c9819ed pfor: Enable handling VariableShape by A. Unique TensorFlower · 5 years ago
- f8a918c Allow tile op to work on variant dtype. by A. Unique TensorFlower · 5 years ago
- db57348 Add a folder for numpy API by A. Unique TensorFlower · 5 years ago
- f0eb6df adjust gather ops launch config. for NCF model, this means ~20% gain. (due to grid size from 80->160 on volta). by A. Unique TensorFlower · 5 years ago
- 119aa03 Split delegate-specific interpreter tests into a separate file by Sachin Joglekar · 5 years ago
- 91da977 Improve the bucket generation in Boosted Trees to avoid returning more than requested buckets. by A. Unique TensorFlower · 5 years ago
- d894109 Fix parameter check for batchdim in Gather. by A. Unique TensorFlower · 5 years ago
- 930709e Hexagon delegate: support SLICE op for uint8/int8 by Karim Nosir · 5 years ago
- ca53894 Canonicalize tf.Select to tf.SelectV2. by Lucy Fox · 5 years ago
- af22631 Don't try t gather from empty tensors by Mihai Maruseac · 5 years ago
- 53215ab Use the nonlocal mechanism for if statements. This is the same mechanism used by for and while loops and it allows reusing much of the code. by Dan Moldovan · 5 years ago
- baa3e80 Fix pylint errors by Mihai Maruseac · 5 years ago
- dc0149a Test ConvertActivation in dynamic shape mode by Tamas Bela Feher · 5 years ago
- 935c55c Fix performance regression involving trainable check in batchnorm. by Tomer Kaftan · 5 years ago
- 82143c1 Enable TensorCore embeddings for training via FeatureColumnV2. by A. Unique TensorFlower · 5 years ago
- b3387c0 Disable //tensorflow/python/eager:function_test on macos for now. by Yifei Feng · 5 years ago
- c1c8d40 Add bot comment for cuda and windows related build and install issues. by A. Unique TensorFlower · 5 years ago
- 3754393 Update the comment for the normalization parameters by Lu Wang · 5 years ago
- b4360f8 Remove unused experimental APIs by Alexandre Passos · 5 years ago
- c121070 Add an 'invert' arg to lookup layers. by A. Unique TensorFlower · 5 years ago
- 34a68f2 Do TraceMe kwargs encoding in C++ by Jose Baiocchi · 5 years ago
- b773509 Remove implicit broadcasting from xla_hlo binary elementwise ops. by Stella Laurenzo · 5 years ago
- 273617a Delete Python ScopedAnnotation by Jose Baiocchi · 5 years ago
- 0fd60fe Rename xla_hlo.conditional to xla_hlo.if. by Prakalp Srivastava · 5 years ago
- 43bc7a7 Simplify nccl_configure. by Adrian Kuegel · 5 years ago
- 81065db Add TPUEmbedding mid level API. by Bruce Fontaine · 5 years ago
- 6c1f11a Minor fix to include order. by A. Unique TensorFlower · 5 years ago
- 3245c2f Integrate LLVM at https://github.com/llvm/llvm-project/commit/2e499eee5884 by A. Unique TensorFlower · 5 years ago
- 60ac364 Add a Compare() builder that is compatible with omitting broadcast_dimensions with the same ordering as the other binary ops. by Stella Laurenzo · 5 years ago
- 3114f6b Note the reason why tests in numerics_test.py are marked v1-only by Shanqing Cai · 5 years ago
- 6772e0c Internal visibility change by A. Unique TensorFlower · 5 years ago
- 15d39f5 Update TextVectorization to use internal layer adapt calls instead of its own combiner. by A. Unique TensorFlower · 5 years ago
- 282db86 Fix condition for activation function. FullyConnected in hexagon delegate doesn't support activation currently. by Karim Nosir · 5 years ago
- e25d986 [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation. by Eugene Brevdo · 5 years ago
- fb7ba76 Fix ops pbtxt by Mark Daoust · 5 years ago
- be4980e [XLA] Improve cost analysis for while loops. by Berkin Ilbeyi · 5 years ago
- 9bdd084 Fix bug where dispatch broke for ops that define an argument named 'op'. by Edward Loper · 5 years ago
- e0b19f6 Simplify cuda toolchain config by A. Unique TensorFlower · 5 years ago
- b93bd76 Generate a cubin header for tanh. by Adrian Kuegel · 5 years ago
- 8121e42 Clarify CPU/GPU infeed error messages. by A. Unique TensorFlower · 5 years ago
- 6869082 Move GraphWithDequantPartitionHelper out of delegates/gpu, and put into util.h as the logic remains same w/ other delegates that need to support FP16. by Taehee Jeong · 5 years ago
- a98f72c Update GraphDef version to 406. by A. Unique TensorFlower · 5 years ago
- 6c776ed compat: Update forward compatibility horizon to 2020-05-19 by A. Unique TensorFlower · 5 years ago
- d8d6ede Integrate LLVM at https://github.com/llvm/llvm-project/commit/a6be4d17e349 by A. Unique TensorFlower · 5 years ago
- bfd3788 Reorder functions in an effort to group utility functions that use symbols defined in values.py and are used by classes defined in values.py. by Anjali Sridhar · 5 years ago
- f7d038c Enable more TFRT tests. by Kibeom Kim · 5 years ago
- 3c6dadd Fix bug in Canonicalizer folder function for ArithmeticOp. by Chuan He · 5 years ago
- 97aed8f Remove trivial quantize op by Feng Liu · 5 years ago
- 3da4ead [TF] Add eager microbenchmark for conv2d. by Eugene Brevdo · 5 years ago
- aa90d29 slightly improve quantized max performance. by Renjie Liu · 5 years ago