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