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