From 742bf22c3a3598e2d2a450ad7a96db63d893198a Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 11 Mar 2020 09:26:02 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 300340672 Change-Id: I1d2e4bbc7110ab675d9dc7df037fa7024926f0c6 --- tensorflow/core/api_def/base_api/api_def_Acos.pbtxt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tensorflow/core/api_def/base_api/api_def_Acos.pbtxt b/tensorflow/core/api_def/base_api/api_def_Acos.pbtxt index 50154f2197f..2184b644b23 100644 --- a/tensorflow/core/api_def/base_api/api_def_Acos.pbtxt +++ b/tensorflow/core/api_def/base_api/api_def_Acos.pbtxt @@ -1,15 +1,4 @@ op { graph_op_name: "Acos" summary: "Computes acos of x element-wise." - description: <>> x = tf.constant([1,0], dtype=tf.float16) ->>> tf.math.acos(x) - -END }