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