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