From f3f4aec8973a83f00280ab4117b7f488d42f9deb Mon Sep 17 00:00:00 2001 From: ejot <19369846+ejot@users.noreply.github.com> Date: Sat, 1 Jun 2019 14:27:55 -0700 Subject: [PATCH] clarified summary, description of tf.bitwise.invert --- tensorflow/core/api_def/base_api/api_def_Invert.pbtxt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tensorflow/core/api_def/base_api/api_def_Invert.pbtxt b/tensorflow/core/api_def/base_api/api_def_Invert.pbtxt index 4847a500a88..0090cb215bf 100644 --- a/tensorflow/core/api_def/base_api/api_def_Invert.pbtxt +++ b/tensorflow/core/api_def/base_api/api_def_Invert.pbtxt @@ -1,8 +1,8 @@ op { graph_op_name: "Invert" - summary: "Flips all bits elementwise." + summary: "Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010." description: <