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