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