aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-06-20 13:57:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-20 14:00:33 -0700
commitc1ff1164e30186d847f7d4f9e9ce5d40936a2c1c (patch)
treeff55a649019b8fbedaa14c5a3e7aceefdfdcba9b /tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt
parent35616039860ab25dde6f87b9a9e87f8727fa0daf (diff)
Exporting symbols from additional namespaces in ApiDefs. Also, setting some of
the current exported endpoints to deprecated. PiperOrigin-RevId: 201410753
Diffstat (limited to 'tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt')
-rw-r--r--tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt b/tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt
new file mode 100644
index 0000000000..395275c21d
--- /dev/null
+++ b/tensorflow/core/api_def/python_api/api_def_Asinh.pbtxt
@@ -0,0 +1,10 @@
+op {
+ graph_op_name: "Asinh"
+ endpoint {
+ name: "math.asinh"
+ }
+ endpoint {
+ name: "asinh"
+ deprecation_message: "tf.asinh is deprecated, please use tf.math.asinh instead."
+ }
+}