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