1. bd06f09 Fix TFLite logging on Android. by Kazuhiro Inaba · 4 years ago
  2. 04360ee Set apex_available property by Jiyong Park · 4 years, 1 month ago
  3. e85e9e3 Merge changes from topic "tflite_rebase" am: d5a2007eb2 am: ec63214f09 am: cd4a005241 by Lev Proleev · 4 years, 4 months ago
  4. d5a2007 Merge changes from topic "tflite_rebase" by Lev Proleev · 4 years, 4 months ago
  5. fa995f3 Make libtflite_kernel_utils and tensorflow_headers apex_available am: e549a69f97 am: 431b512b44 am: 5fe1da9613 by Automerger Merge Worker · 4 years, 4 months ago
  6. 08ecc92 Fix compilation for TF Lite and NNAPI after TF rebase by Lev Proleev · 4 years, 4 months ago
  7. e549a69 Make libtflite_kernel_utils and tensorflow_headers apex_available by Przemyslaw Szczepaniak · 4 years, 4 months ago
  8. c804a9b Merge remote-tracking branch 'aosp/upstream-master' into rebase_tflite by Lev Proleev · 4 years, 4 months ago
  9. df9eaba Go: Update generated wrapper functions for TensorFlow ops. by A. Unique TensorFlower · 4 years, 4 months ago
  10. 4393700 Merge pull request #35964 from ROCmSoftwarePlatform:google-upstream-rocm-variant-op by TensorFlower Gardener · 4 years, 4 months ago
  11. 4221989 Go: Update generated wrapper functions for TensorFlow ops. by A. Unique TensorFlower · 4 years, 4 months ago
  12. 6627cec Merge pull request #35991 from ROCmSoftwarePlatform:google-upstream-pr-sync-amdgpu_compiler by TensorFlower Gardener · 4 years, 4 months ago
  13. 596588c Merge pull request #35125 from suphoff:micro_speech_buffer by TensorFlower Gardener · 4 years, 4 months ago
  14. b5586dc Fix `all_reduce` gradients, when `reduce_op` passed as a string. by Chris Jones · 4 years, 4 months ago
  15. 75ba615 compat: Update forward compatibility horizon to 2020-02-04 by A. Unique TensorFlower · 4 years, 4 months ago
  16. 0d34b98 Go: Update generated wrapper functions for TensorFlow ops. by A. Unique TensorFlower · 4 years, 4 months ago
  17. e76a7c1 Go: Update generated wrapper functions for TensorFlow ops. by A. Unique TensorFlower · 4 years, 4 months ago
  18. 30a1992 Merge pull request #36035 from shyamdsundar:logcosh by TensorFlower Gardener · 4 years, 4 months ago
  19. ff3f6b6 [XLA] Add a configurable limit to the number of HLO dumps by David Majnemer · 4 years, 4 months ago
  20. 7a5bd40 Improved performance of convolution on AMD. by Raman Sarokin · 4 years, 4 months ago
  21. 2b3dddf Enabled support of IMAGE_BUFFER for NVidia. by Raman Sarokin · 4 years, 4 months ago
  22. 3af1e0b Workarounds for ConcatZ and ConvConstants for AMD. by Raman Sarokin · 4 years, 4 months ago
  23. b78f61f [XLA:Python] Remove deprecated overloads for infeed/outfeed APIs. by Peter Hawkins · 4 years, 4 months ago
  24. bae6cd5 Update PoseNet model page to include iOS example by YoungSeok Yoon · 4 years, 4 months ago
  25. c7e2b11 Update ops-related pbtxt files. by A. Unique TensorFlower · 4 years, 4 months ago
  26. 14b79b9 Update TFL doc migration by Khanh LeViet · 4 years, 4 months ago
  27. 70e675e Merge pull request #36387 from jhseu:go_fix by TensorFlower Gardener · 4 years, 4 months ago
  28. fe1e2d8 Re-organize Keras integration tests. by Yanhui Liang · 4 years, 4 months ago
  29. a1e5034 Reducing diff tolerance for half for two tests: by Anna R · 4 years, 4 months ago
  30. 39af986 Merge pull request #36403 from gaurav1086:nodedef_nullptr_dereference by TensorFlower Gardener · 4 years, 4 months ago
  31. 6cfa3be Automated rollback of commit af844bd2df35102fbc2f7f15f13b7dfb53363d93. Revert #35552. by Mihai Maruseac · 4 years, 4 months ago
  32. 0311f9c Add custom training loop tests combined with Keras libraries. by Ken Franko · 4 years, 4 months ago
  33. 69c3256 Remove `tensorflow/python/lib/core/strings.i`. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. by Amit Patankar · 4 years, 4 months ago
  34. e900c63 Make "isatty" function available on windows in interactive_graphviz. by Gunhan Gulsoy · 4 years, 4 months ago
  35. cf25e06 Added AMD enum for GPU types. by Raman Sarokin · 4 years, 4 months ago
  36. 351cae5 [TF/XLA] Disable grappler optimization/inlining passes on nodes which will be compiled by XLA by George Karpenkov · 4 years, 4 months ago
  37. 20c9c5b Added ParseFromTString helper function. by Dero Gharibian · 4 years, 4 months ago
  38. e9f3e5a move the logic that generate derived timelines to open source. by A. Unique TensorFlower · 4 years, 4 months ago
  39. 8f61d91 Isolate windows.h from wide_char's header file. by Brian Atkinson · 4 years, 4 months ago
  40. 4b30956 Fix typo in multi_worker_test_base.py by Gunhan Gulsoy · 4 years, 4 months ago
  41. b90657a Enable op-level dataset determinism configuration. by Andrew Audibert · 4 years, 4 months ago
  42. b11551a Rollback XLA testing in OSS since it breaks nightly builds by George Karpenkov · 4 years, 4 months ago
  43. 19b83a3 Fix output of overview page and input-pipeline analyzer for Cloud TPU. by A. Unique TensorFlower · 4 years, 4 months ago
  44. 6b5601c Supplement multi_worker_callback_tf2_test with early stopping callback test. by Rick Chao · 4 years, 4 months ago
  45. 91bdf64 Addressing the RNN variable name issue. by Scott Zhu · 4 years, 4 months ago
  46. 52eb7b5 All -devel published images are now Python 3 by Austin Anderson · 4 years, 4 months ago
  47. 6a69a6b Clarifies the purpose to use a fn to create retrieve embedding ops. by Jianwei Xie · 4 years, 4 months ago
  48. 3768ba7 Add quantized test cases for pack operator. by A. Unique TensorFlower · 4 years, 4 months ago
  49. e8d45ed tensorflow::ErrornoToCode should only have internal linkage. by Brian Atkinson · 4 years, 4 months ago
  50. 71b19b5 Add `--user` flag to TensorFlow CPU builds for auditwheel install. by Amit Patankar · 4 years, 4 months ago
  51. 6c4c284 Automated rollback of commit 874358298b89af7a2ebaffc9d3276044ae1a2c01 by Anna R · 4 years, 4 months ago
  52. 7b1283e Bump OSS LLVM version to 7b6e49a2f022288f010bc600323f1d0aafca6241. by A. Unique TensorFlower · 4 years, 4 months ago
  53. e4775cf Merge pull request #36157 from z3dm4n:20200123_z3dm4n_fix_issue_36099 by TensorFlower Gardener · 4 years, 4 months ago
  54. 0b71392 Merge pull request #35123 from suphoff:micro_lifetime by TensorFlower Gardener · 4 years, 4 months ago
  55. 925543c Add an extension to tool names. by A. Unique TensorFlower · 4 years, 4 months ago
  56. 5ce881f Add quantized test cases for expand_dims operator. by A. Unique TensorFlower · 4 years, 4 months ago
  57. 8fca65f Merge pull request #35395 from ROCmSoftwarePlatform:rocm-stateful-random by TensorFlower Gardener · 4 years, 4 months ago
  58. 1d6c3a8 Create necessary stat metadata to the planes to be grouped. by Jiho Choi · 4 years, 4 months ago
  59. 4c9f4f6 Targets should have a leading `:`. by Brian Atkinson · 4 years, 4 months ago
  60. 9e58f0f Make FRAMEWORK_INTERNAL_PRIVATE_HEADERS and FRAMEWORK_INTERNAL_PUBLIC_HEADERS filegroups. by Brian Atkinson · 4 years, 4 months ago
  61. 9208b50 Generalizes the RematerializeInstruction() method to rematerialize a sequence of instructions at a time. by A. Unique TensorFlower · 4 years, 4 months ago
  62. 63d610d Fix a small bug in Windows def file filter. We cannot rename `cc_lib` as we use it as a key later. We need to create a new variable `cc_target`. by Amit Patankar · 4 years, 4 months ago
  63. 4a5e83e Split the build targets under keras/layers. by Scott Zhu · 4 years, 4 months ago
  64. b1eff7f Rewrite of the snapshot graph fingerprinting logic. With this rewrite we make by Rohan Jain · 4 years, 4 months ago
  65. 2e5eba9 Install auditwheel for Python3.7. We are unable to export some of our whls due to an issue with auditwheel. by Amit Patankar · 4 years, 4 months ago
  66. e3e2253 Export grappler code from C++ to Python with pybind11 instead of swig. Adding pywrap_required_hdrs to downstream grappler build files which will go away with bazel first class shared library support. by Amit Patankar · 4 years, 4 months ago
  67. 7954fb8 Do not fail when TPUReplicateMetadata op is missing. by Prakalp Srivastava · 4 years, 4 months ago
  68. 2742aa7 Merge pull request #36124 from gmiodice:cmsis_hash_id by TensorFlower Gardener · 4 years, 4 months ago
  69. 5a7fb2c Fix asan invalid-bool-load errors in zip_test_lstm by initializing lhs_cacheable by Jeremy Lau · 4 years, 4 months ago
  70. 349bbf3 [XLA] Avoid materializing large literals in creation utils. by Yunxing Dai · 4 years, 4 months ago
  71. 4316f9d Cast all values that we reduce to be of the same type. by Anjali Sridhar · 4 years, 4 months ago
  72. 43be49a [XLA/GPU] [NFC] Introduce local constants for KernelMappingScheme::DimX/Z/Y/Tot by George Karpenkov · 4 years, 4 months ago
  73. 4fc8e2c Disable flaky keras/distribute:multi_worker_callback_test by Gunhan Gulsoy · 4 years, 4 months ago
  74. be453c986 For custom optimizers, keep a copy of Session ConfigProto_. by A. Unique TensorFlower · 4 years, 4 months ago
  75. ab94de2 [MLIR:TF/XLA] TPU dynamic layout pass by Yuanzhong Xu · 4 years, 4 months ago
  76. 8743582 Add a Lookup layer. by A. Unique TensorFlower · 4 years, 4 months ago
  77. 1bce0ac API doc fixit for MobileNetV2. by Yanhui Liang · 4 years, 4 months ago
  78. 4f07130 [XLA] Fix a MSVC compilation issue. by Berkin Ilbeyi · 4 years, 4 months ago
  79. 2571f8a Merge pull request #35972 from ROCmSoftwarePlatform:google-upstream-rocm-cwise-ops by TensorFlower Gardener · 4 years, 4 months ago
  80. 4985347 Extend AllToAll to support flattened operand/output by HyoukJoong Lee · 4 years, 4 months ago
  81. 73a4b98 Merge pull request #36395 from Intel-tensorflow:amin/fix-shape by TensorFlower Gardener · 4 years, 4 months ago
  82. 88f6612 [XLA/GPU] A more principled check for tiling bounds when emitting reduction by George Karpenkov · 4 years, 4 months ago
  83. 544ca41 Populate value hoisting function that LoopLike uses by Jacques Pienaar · 4 years, 4 months ago
  84. 9e11e05 API doc fix for keras.applications.MobileNet. by Zhenyu Tan · 4 years, 4 months ago
  85. e373166 API doc fix for keras.preprocessing.image.array_to_img by Zhenyu Tan · 4 years, 4 months ago
  86. 73432d5 Fix discrepancy of SSE optimized functions declared and defined at different SSE levels. by Robert David · 4 years, 4 months ago
  87. 871b20c Fix `get_replicated_var_handle` when used with a device assignment. by Chris Jones · 4 years, 4 months ago
  88. 45d9125 [XLA/GPU] Further refactor starting tile calculation by George Karpenkov · 4 years, 4 months ago
  89. af844bd2 Merge pull request #35552 from charmasaur:identity_in_constant_value by TensorFlower Gardener · 4 years, 4 months ago
  90. 123db45 Introduce a data type parameter to EagerContext::SelectDevice. by A. Unique TensorFlower · 4 years, 4 months ago
  91. 59145d2 Support of broadcasting for ElementwiseTwoInput. by Raman Sarokin · 4 years, 4 months ago
  92. 05a122d TFLITE_WITH_RUY_GEMV uses CustomGEMV for float by T.J. Alumbaugh · 4 years, 4 months ago
  93. 21f9f51 Depthwise convolution 3x3 per-channel int8 for dot-product ARM (11). by Alex Stark · 4 years, 4 months ago
  94. 89cbc60 Depthwise convolution 3x3 per-channel int8 for dot-product ARM (10). by Alex Stark · 4 years, 4 months ago
  95. 7b583c3 Depthwise convolution 3x3 per-channel int8 for dot-product ARM (9). by Alex Stark · 4 years, 4 months ago
  96. c989a8e Depthwise convolution 3x3 per-channel int8 for dot-product ARM (8). by Alex Stark · 4 years, 4 months ago
  97. 2967e5d Depthwise convolution 3x3 per-channel int8 for dot-product ARM (7). by Alex Stark · 4 years, 4 months ago
  98. a3416c2 Depthwise convolution 3x3 per-channel int8 for dot-product ARM (6). by Alex Stark · 4 years, 4 months ago
  99. 320485f Depthwise convolution 3x3 per-channel int8 for dot-product ARM (5). by Alex Stark · 4 years, 4 months ago
  100. 97f3666 Depthwise convolution 3x3 per-channel int8 for dot-product ARM (4). by Alex Stark · 4 years, 4 months ago