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