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