From 6715c7e6253ff21ae8b5938430492f4c90e8d782 Mon Sep 17 00:00:00 2001 From: saishruthi Date: Fri, 7 Jun 2019 19:20:07 -0700 Subject: [PATCH] Updates to addn --- tensorflow/core/api_def/base_api/api_def_Sinh.pbtxt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/api_def/base_api/api_def_Sinh.pbtxt b/tensorflow/core/api_def/base_api/api_def_Sinh.pbtxt index 573953ce01e..70e0f1bedd6 100644 --- a/tensorflow/core/api_def/base_api/api_def_Sinh.pbtxt +++ b/tensorflow/core/api_def/base_api/api_def_Sinh.pbtxt @@ -3,8 +3,8 @@ op { summary: "Computes hyperbolic sine of x element-wise." description: << END Given an input tensor, this function computes hyperbolic sine of every - element in the tensor. Input range is `[-inf, inf]` and output range - is `[-inf, inf]`. + element in the tensor. Input range is `[-inf,inf]` and output range + is `[-inf,inf]`. ```python x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")]) @@ -12,3 +12,4 @@ op { ``` END } +