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