aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Expm1.pbtxt
blob: ca25706407f980e46cc9a0298c90f75ec9aebad3 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "Expm1"
  endpoint {
    name: "math.expm1"
  }
  endpoint {
    name: "expm1"
    deprecation_message: "tf.expm1 is deprecated, please use tf.math.expm1 instead."
  }
}