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