1. 35eb705 Merge pull request #47153 from marconi1964:master by TensorFlower Gardener · 3 years, 4 months ago
  2. 0835925 Added SplitV support to model_builder. by Raman Sarokin · 3 years, 4 months ago
  3. f695750 [XLA] Add option to SPMD partitioner to prefer choosing faster windowed einsums than saving memory. by Marcello Maggioni · 3 years, 4 months ago
  4. 8e421f5 [tf.data service] Add client/server version mismatch error. by Andrew Audibert · 3 years, 4 months ago
  5. cc5e6d3 Disable data_service_ops_test on TSAN. by Rick Chao · 3 years, 4 months ago
  6. 7e15dc2 Add uninitialized resource args to unsupported features for MLIR bridge by Michael Gester · 3 years, 4 months ago
  7. a26dc6a Internal change by A. Unique TensorFlower · 3 years, 4 months ago
  8. 07afcc5 Merge branch 'master' into remove-softmax-before-argminmax by Tzu-Wei Sung · 3 years, 4 months ago
  9. 54de9ec Add optimization to replace broadcasting using Mul by all ones with Tile. by A. Unique TensorFlower · 3 years, 4 months ago
  10. 7e1764c Add optimization patterns: Replace select(true_tensor, A, B) with A and select(false_tensor, A, B) with B by Robert David · 3 years, 4 months ago
  11. b1f7822 Support training when lowering FusedBatchNormV3 op by Thai Nguyen · 3 years, 4 months ago
  12. 4d71a27 Merge pull request #47199 from advaitjain:fusion-f1-quantize by TensorFlower Gardener · 3 years, 4 months ago
  13. 585d981 Merge pull request #47096 from advaitjain:cleanup-hifi by TensorFlower Gardener · 3 years, 4 months ago
  14. 3df90f1 Add optimization to replace broadcasting using Mul by all ones with Tile. by A. Unique TensorFlower · 3 years, 4 months ago
  15. d859867 Do not heap-allocate for hold status on critical path. by Qiao Zhang · 3 years, 4 months ago
  16. a00d751 Fix bug in BatchFunction when run on GPU. by Reed Wanderman-Milne · 3 years, 4 months ago
  17. 52ecc01 Merge pull request #46571 from MatejHl:tb-callback-lr-logging by TensorFlower Gardener · 3 years, 4 months ago
  18. 559bb84 Disable guitar for keras_cpu_benchmark_test by Geeta Chavan · 3 years, 4 months ago
  19. 68e06d5 Prefix the signature name to private functions' names when importing a signature. by A. Unique TensorFlower · 3 years, 4 months ago
  20. 2ebd622 Merge pull request #47112 from njeffrie:conv by TensorFlower Gardener · 3 years, 4 months ago
  21. 89376ca Merge pull request #47078 from ddavis-2015:Elu-pr4 by TensorFlower Gardener · 3 years, 4 months ago
  22. 80a8cf9 Fix mismatched argument order in TFL->TOSA gather op. by A. Unique TensorFlower · 3 years, 4 months ago
  23. 45d9e41 Use xa_nnlib for quantize for Fusion F1. by Advait Jain · 3 years, 4 months ago
  24. 18b63d9 Disable a Python test for TFRT due to MLIR lowering issue. by Chuanhao Zhuge · 3 years, 4 months ago
  25. 63a277f First phase of nest.py migration to cc: move flatten_dict_items implementation from python to C++ by A. Unique TensorFlower · 3 years, 4 months ago
  26. 1b00e4d Migrate the remote config toolchains from tensorflow to the toolchains repo. by Amit Patankar · 3 years, 4 months ago
  27. c8e9451 Merge pull request #47098 from advaitjain:fusion-f1-svdf by TensorFlower Gardener · 3 years, 4 months ago
  28. 3f9d8d8 Fuse dynamic slices into the conv/dot for windowed einsum. by A. Unique TensorFlower · 3 years, 4 months ago
  29. 90afe8e Selectively choose the dependencies of audio_microfrontend_op_lib for different target os so that we can use the op on android. by A. Unique TensorFlower · 3 years, 4 months ago
  30. 632b2ac Add build target to initialize a TPU model server. by Allen Wang · 3 years, 4 months ago
  31. 66ebcc3 [XLA] Add a test for dynamic shapes vs ComputationLayout by David Majnemer · 3 years, 4 months ago
  32. 11baf03 Walk identity nodes when matching constants by Jacques Pienaar · 3 years, 4 months ago
  33. bb0478b Prefix the signature name to private functions' names when importing a signature. by Kuangyuan Chen · 3 years, 4 months ago
  34. 30f1f52 Update keras build deps to be aligned with OSS Keras. by Scott Zhu · 3 years, 4 months ago
  35. 4853e35 Use StatefulPartitionedCall instead of PartitionedCall in auto-clustering by Sanjoy Das · 3 years, 4 months ago
  36. 4feda2a [PJRT] Don't mention replica/partition numbers when reporting errors about computations with only a single local replica. by Peter Hawkins · 3 years, 4 months ago
  37. 3af7f6d Add legalizations for RngReadAndSkip and StatelessRandomUniformFullIntV2. by Richard Uhler · 3 years, 4 months ago
  38. e2cd9cd [lite] Refactor MlirToFlatBufferTranslateFunction and make options struct and pass as argument instead of multiple overloads with multiple arguments. by Karim Nosir · 3 years, 4 months ago
  39. c3555ff Add explicit build dependency for kpl_test_utils. by Scott Zhu · 3 years, 4 months ago
  40. 22081f6 cuda_configure.bzl: Add missing env vars deps for msvc configuration by A. Unique TensorFlower · 3 years, 4 months ago
  41. b382c6f * Add virtual function NotFusingInstruction to FusionQueue to get necessary information for some subclasses. by Mangpo Phothilimthana · 3 years, 4 months ago
  42. 614fdcc Merge pull request #46830 from mansnils:corstone by TensorFlower Gardener · 3 years, 4 months ago
  43. c87f1e3 Internal infra change by Jared Duke · 3 years, 4 months ago
  44. b8b03dc [XLA] Small ergonomic improvements to replay_computation. by Peter Hawkins · 3 years, 4 months ago
  45. b2e3376 Check CONCAT input type for NNAPI delegate by Sachin Joglekar · 3 years, 4 months ago
  46. 6de1774 [MLIR][CHLO] Generalize lowering with upcast to n-ary operation by A. Unique TensorFlower · 3 years, 4 months ago
  47. 3e5a44a Merge pull request #45439 from patriklaurell:tflu-transpose-flatbuffer-changes by TensorFlower Gardener · 3 years, 4 months ago
  48. 967c81e Fix split codeblock rendering issue by Ron Shapiro · 3 years, 4 months ago
  49. c5756af Change assertAllEqual to assertAllClose by Sanjoy Das · 3 years, 4 months ago
  50. f320ff9 [MLIR][MHLO] Add polygamma op to the CHLO dialect by A. Unique TensorFlower · 3 years, 4 months ago
  51. 1aa2aaf Merge pull request #46691 from ROCmSoftwarePlatform:google_upstream_rocm_container_pip_install_fix by TensorFlower Gardener · 3 years, 4 months ago
  52. c93f466 Removed deprecated TAGS option and fixed few READMEs with adding OPTIMIZED_KERNEL_DIR=arc_mli option for ARC target by gerbauz · 3 years, 4 months ago
  53. d8c1330 Simplify macros for Kernel Generator. by Adrian Kuegel · 3 years, 4 months ago
  54. a00ba6e Integrate LLVM at llvm/llvm-project@9f581815ae4d by A. Unique TensorFlower · 3 years, 4 months ago
  55. e7a5816 Merge pull request #47060 from WindQAQ:partially-infer-conv-return-types by TensorFlower Gardener · 3 years, 4 months ago
  56. fe3a2d8 [MLIR][KernelGen] Disable loop unrolling for kernels that will not vectorize by A. Unique TensorFlower · 3 years, 4 months ago
  57. 6542dad Update GraphDef version to 679. by A. Unique TensorFlower · 3 years, 4 months ago
  58. 1c76761 compat: Update forward compatibility horizon to 2021-02-16 by A. Unique TensorFlower · 3 years, 4 months ago
  59. 83fcaf0 Remove (log-)softmax before arg-minmax as (log-)softmax is monotonic by Tzu-Wei Sung · 3 years, 4 months ago
  60. a74bc37 Register MLIR generated Cast kernels. by Adrian Kuegel · 3 years, 4 months ago
  61. 603a218 Make "missing variant function" error status a bit more readable by Sanjoy Das · 3 years, 4 months ago
  62. 460d167 Make compilation caching key stable across runs by Stefano Galarraga · 3 years, 4 months ago
  63. 7db445b PSv2: Enable cluster_coordinator_test in OSS as it has been previously fixed. by Rick Chao · 3 years, 4 months ago
  64. a3ca926 Avoid string copies during Substr broadcasting. by Sung Jin Hwang · 3 years, 4 months ago
  65. df608cf Fix PoseNet paper link by Taehee Jeong · 3 years, 4 months ago
  66. 45683ab Merge pull request #47154 from WindQAQ:tfl-optimize-add-sub by TensorFlower Gardener · 3 years, 4 months ago
  67. 5581295 Add a guide to build tflite_runtime Python package by Terry Heo · 3 years, 4 months ago
  68. 9b0f99d Add check to ensure element sizes are the same by Tzu-Wei Sung · 3 years, 4 months ago
  69. 0f773dc Remove unnecessary return statement by Tzu-Wei Sung · 3 years, 4 months ago
  70. 86c1a09 Fuse add and clip by Tzu-Wei Sung · 3 years, 4 months ago
  71. c2db3a8 Legalize cast op only when the given input/output type is compatible with lite by Jaesung Chung · 3 years, 4 months ago
  72. 2e3d1a2 Use TryGetNodeAttr instead of GetNodeAttr in a few places by Sanjoy Das · 3 years, 4 months ago
  73. 5292800 Internal change by A. Unique TensorFlower · 3 years, 4 months ago
  74. 1ecfc7e Integrate LLVM at llvm/llvm-project@715dc556b782 by Benjamin Kramer · 3 years, 4 months ago
  75. 1a0f131 Make sure the model conversion preserves the order of Keras model outputs. by A. Unique TensorFlower · 3 years, 4 months ago
  76. d40c29a Merge pull request #45613 from yongtang:45324-tf.image.central_crop by TensorFlower Gardener · 3 years, 4 months ago
  77. 72ceff2 Fix benchmark to check for kTfLiteError in case of benchmarking a model which returns an abort code. by Nat Jeffries · 3 years, 4 months ago
  78. 709cd78 Make sure the model conversion preserves the order of Keras model outputs. by A. Unique TensorFlower · 3 years, 4 months ago
  79. 0d2c3d1 Remove unused "sess" variables from tests; NFC by Sanjoy Das · 3 years, 4 months ago
  80. 1859e99 Integrate LLVM at llvm/llvm-project@2dbe88db5804 by A. Unique TensorFlower · 3 years, 4 months ago
  81. b4786e3 Change use of TFLiteDelegate to TFLiteOpaqueDelegate in nativeinterpreterwrapper_jni.cc and use Interpreter by its imported name instead of the fully-qualified one. by A. Unique TensorFlower · 3 years, 4 months ago
  82. c92a33f [MLIR][KernelGen] Disable loop unrolling for asinh by A. Unique TensorFlower · 3 years, 4 months ago
  83. 334649e [KERNEL_GEN] Gate CPU kernels on both compilers flags by Tres Popp · 3 years, 4 months ago
  84. 7273f4e [mhlo] Lower int->bool to a comparison with zero by Adrian Kuegel · 3 years, 4 months ago
  85. fb9882f [XLA] More readable emitted LLVM code. by Frederic Bastien · 3 years, 4 months ago
  86. 43c891c Remove an incorrect, but unused method. by Jean-Baptiste Lespiau · 3 years, 4 months ago
  87. ecf6728 [mhlo] Lower int->int cast to sign extension instead of zero extension by Benjamin Kramer · 3 years, 4 months ago
  88. 011e64e [XLA:CPU] Remove uses of deprecated CreateAlignedLoad/Store builders by Benjamin Kramer · 3 years, 4 months ago
  89. dc3d53c [mhlo] Lower float->bool to a comparison with zero by Adrian Kuegel · 3 years, 4 months ago
  90. 1814658 Integrate LLVM at llvm/llvm-project@16428a8d91a9 by A. Unique TensorFlower · 3 years, 4 months ago
  91. ee3f60a Merge pull request #46839 from amogh7joshi:master by TensorFlower Gardener · 3 years, 4 months ago
  92. a76ddd5 Add C API for delegate plugins and in particular for the NNAPI delegate plugin. by Fergus Henderson · 3 years, 4 months ago
  93. 100239f [mhlo] Lower float->bool to a comparison with zero by A. Unique TensorFlower · 3 years, 4 months ago
  94. 88e1026 [mhlo] Lower float->bool to a comparison with zero by Benjamin Kramer · 3 years, 4 months ago
  95. 465ed7e Restructure GPU kernels for binary ops. by Adrian Kuegel · 3 years, 4 months ago
  96. dec7fe7 Disable unrolling for Pow and Div kernels. by Adrian Kuegel · 3 years, 4 months ago
  97. 335ff8a Update GraphDef version to 678. by A. Unique TensorFlower · 3 years, 4 months ago
  98. 23c4bdd compat: Update forward compatibility horizon to 2021-02-15 by A. Unique TensorFlower · 3 years, 4 months ago
  99. 6fc655b Optimize add/sub by Tzu-Wei Sung · 3 years, 4 months ago
  100. 14a77fb Add reminder on MacOS Catalina by marconi1964 · 3 years, 4 months ago