-
Notifications
You must be signed in to change notification settings - Fork 74.8k
R2.2 #51714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R2.2 #51714
Conversation
This PR updates SQLite to the latest sqlite-amalgamation-3340000 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
…on-r2.2 Update SQLite to the lastest sqlite-amalgamation-3340000
Update release notes for TensorFlow 2.2.2
See the link on the TensorFlow README for the DOI page. PiperOrigin-RevId: 374474720 Change-Id: I739c9fc95c03648c50c6a0fc1931308507cdf12c
Cherry-pick: Add .zenodo.json for clean automated DOI numbers.
PiperOrigin-RevId: 356326671 Change-Id: I23b65b52e93798cb5a6744632d31b0f88c6b6b31
… len have different shapes
Allowlist certain data types to avoid a seg fault.
CherryPick:2.2:PR #46974: Fix crash of tf.strings.substr when pos and len have different shapes
PiperOrigin-RevId: 368294347 Change-Id: I2c16fbfc9b4966c402c3d8e311f0d665a9c852d8
PiperOrigin-RevId: 369056033 Change-Id: Ic2018c297d3dd6f252dc1dd3667f1ed5cb1eaa42
It might happen that a malformed input could be used to trick Grappler into trying to optimize a node with no inputs. This, in turn, would produce a null pointer dereference and a segfault. PiperOrigin-RevId: 369242852 Change-Id: I2e5cbe7aec243d34a6d60220ac8ac9b16f136f6b
We have an issue where the dimensions are not matching and this causes Eigen to crash on an assert. Then, we have an issue where we accidentally do a division by 0. PiperOrigin-RevId: 369242785 Change-Id: Ie94067b2d41f58699af99ebb5af335ad9defd931
PiperOrigin-RevId: 368706628 Change-Id: I5c9ea4833f38835ee183ca50d63251dc89c9f3bc
PiperOrigin-RevId: 368300502 Change-Id: I91255d23c4bfd3aa3c029aac773937c09daf3c64
…v3DBackpropInput*` ops. Older versions of Eigen might otherwise crash / produce OOB read on specially crafted inputs. PiperOrigin-RevId: 369293977 Change-Id: I58f51445a93936d7cf8e616f75de17677df36718
PiperOrigin-RevId: 369492969 Change-Id: I1d70d6c0c92e3d7a25bc3b3aa2a0c0ac9688bf81
PiperOrigin-RevId: 369338598 Change-Id: I55471d363e401fdcf8d259670ad4eef672b731e2
Fix `tf.raw_ops.RaggedTensorToTensor` failing CHECK in `tensor.cc`.
Validate some shape requirements for `Conv3DBackpropFilter*` and `Conv3DBackpropInput*` ops.
Fix overflow CHECK issue with `tf.raw_ops.AddManySparseToTensorsMap`.
Prevent another division by zero.
Validate `MatrixDiagV{2,3}` arguments to prevent breakage.
Handle a special grappler case resulting in crash.
Fix 2 issues with `Conv3D`.
Fix and null pointer dereferences.
Fix `tf.raw_ops.RaggedTensorToTensor` failing CHECK.
Update ragged_tensor_to_variant_op.cc
Update sparse_cross_op.cc
…atch-4 Revert "Update sparse_cross_op.cc"
Fix cherrypick issue
Update raw_ops_test.py
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Hii