aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_BesselI1e.pbtxt
blob: 3e46a9506f55b67140e7062915243519d039ace0 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "BesselI1e"
  summary: "Computes the Bessel i1e function of `x` element-wise."
  description: <<END
Exponentially scaled modified Bessel function of order 0 defined as
`bessel_i1e(x) = exp(-abs(x)) bessel_i1(x)`.

This function is faster and numerically stabler than `bessel_i1(x)`.
END
}