aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Exp.pbtxt
blob: 70323fe5b478a56f1d81ac13b81e0f49b745673c (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "Exp"
  endpoint {
    name: "math.exp"
  }
  endpoint {
    name: "exp"
    deprecated: true
  }
}