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