Internal change
PiperOrigin-RevId: 300340672 Change-Id: I1d2e4bbc7110ab675d9dc7df037fa7024926f0c6
This commit is contained in:
parent
e3955757d6
commit
742bf22c3a
@ -1,15 +1,4 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Acos"
|
graph_op_name: "Acos"
|
||||||
summary: "Computes acos of x element-wise."
|
summary: "Computes acos of x element-wise."
|
||||||
description: <<END
|
|
||||||
Given a tensor `x`, this operation returns a tensor containing the
|
|
||||||
arccosine of each element in `x` or in other words it returns the
|
|
||||||
inverse of cos of the value.
|
|
||||||
|
|
||||||
For Example :
|
|
||||||
|
|
||||||
>>> x = tf.constant([1,0], dtype=tf.float16)
|
|
||||||
>>> tf.math.acos(x)
|
|
||||||
<tf.Tensor: shape=(2,), dtype=float16, numpy=array([0. , 1.57], dtype=float16)>
|
|
||||||
END
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user