issue update
This commit is contained in:
parent
6715c7e625
commit
7fc71251d9
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Cos"
|
graph_op_name: "Cos"
|
||||||
summary: "Computes cos of x element-wise."
|
summary: "Computes cos of x element-wise."
|
||||||
description: << END
|
description: <<END
|
||||||
Given an input tensor, this function computes cosine of every
|
Given an input tensor, this function computes cosine of every
|
||||||
element in the tensor. Input range is `(-inf, inf)` and
|
element in the tensor. Input range is `(-inf, inf)` and
|
||||||
output range is `[-1,1]`. If input lies outside the boundary, `nan`
|
output range is `[-1,1]`. If input lies outside the boundary, `nan`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Cosh"
|
graph_op_name: "Cosh"
|
||||||
summary: "Computes hyperbolic cosine of x element-wise."
|
summary: "Computes hyperbolic cosine of x element-wise."
|
||||||
description: << END
|
description: <<END
|
||||||
Given an input tensor, this function computes hyperbolic cosine of every
|
Given an input tensor, this function computes hyperbolic cosine 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 `[1, inf]`.
|
is `[1, inf]`.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Sin"
|
graph_op_name: "Sin"
|
||||||
summary: "Computes sine of x element-wise."
|
summary: "Computes sine of x element-wise."
|
||||||
description: << END
|
description: <<END
|
||||||
Given an input tensor, this function computes sine of every
|
Given an input tensor, this function computes sine of every
|
||||||
element in the tensor. Input range is `(-inf, inf)` and
|
element in the tensor. Input range is `(-inf, inf)` and
|
||||||
output range is `[-1,1]`.
|
output range is `[-1,1]`.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Sinh"
|
graph_op_name: "Sinh"
|
||||||
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]`.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Tan"
|
graph_op_name: "Tan"
|
||||||
summary: "Computes tan of x element-wise."
|
summary: "Computes tan of x element-wise."
|
||||||
description: << END
|
description: <<END
|
||||||
Given an input tensor, this function computes tangent of every
|
Given an input tensor, this function computes tangent of every
|
||||||
element in the tensor. Input range is `(-inf, inf)` and
|
element in the tensor. Input range is `(-inf, inf)` and
|
||||||
output range is `(-inf, inf)`. If input lies outside the boundary, `nan`
|
output range is `(-inf, inf)`. If input lies outside the boundary, `nan`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
op {
|
op {
|
||||||
graph_op_name: "Tanh"
|
graph_op_name: "Tanh"
|
||||||
summary: "Computes hyperbolic tangent of `x` element-wise."
|
summary: "Computes hyperbolic tangent of `x` element-wise."
|
||||||
description: << END
|
description: <<END
|
||||||
Given an input tensor, this function computes hyperbolic tangent of every
|
Given an input tensor, this function computes hyperbolic tangent of every
|
||||||
element in the tensor. Input range is `[-inf, inf]` and
|
element in the tensor. Input range is `[-inf, inf]` and
|
||||||
output range is `[-1,1]`.
|
output range is `[-1,1]`.
|
||||||
|
Loading…
Reference in New Issue
Block a user