From 7cf3460cd1de6cefb50780d50394d6fdd0e863b5 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Wed, 13 Sep 2023 16:15:21 -0700 Subject: [PATCH] Add missing backquotes in a couple of places in the release notes. PiperOrigin-RevId: 565191065 --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index cc1e41da733..60e5f672533 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -119,7 +119,7 @@ * * -* Add ops to tensorflow.raw_ops that were missing. +* Add ops to `tensorflow.raw_ops` that were missing. * `tf.CheckpointOptions` * It now takes in a new argument called `experimental_write_callbacks`. These are callbacks that will be executed after a saving event finishes @@ -226,7 +226,7 @@ This release contains contributions from many people at Google, as well as: ``` * `tf.lite` - * Strided_Slice now supports `UINT32`. + * `Strided_Slice` now supports `UINT32`. * Add int8 and int16x8 support for LOG operator * -- GitLab