Updates to addn
This commit is contained in:
parent
31b70ecb49
commit
6715c7e625
@ -3,8 +3,8 @@ op {
|
|||||||
summary: "Computes hyperbolic sine of x element-wise."
|
summary: "Computes hyperbolic sine of x element-wise."
|
||||||
description: << END
|
description: << END
|
||||||
Given an input tensor, this function computes hyperbolic sine of every
|
Given an input tensor, this function computes hyperbolic sine of every
|
||||||
element in the tensor. Input range is `[-inf, inf]` and output range
|
element in the tensor. Input range is `[-inf,inf]` and output range
|
||||||
is `[-inf, inf]`.
|
is `[-inf,inf]`.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")])
|
x = tf.constant([-float("inf"), -9, -0.5, 1, 1.2, 2, 10, float("inf")])
|
||||||
@ -12,3 +12,4 @@ op {
|
|||||||
```
|
```
|
||||||
END
|
END
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user