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