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