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