Home | History | Annotate | Download | only in base_api
      1 op {
      2   graph_op_name: "BatchDataset"
      3   in_arg {
      4     name: "batch_size"
      5     description: <<END
      6 A scalar representing the number of elements to accumulate in a
      7 batch.
      8 END
      9   }
     10   summary: "Creates a dataset that batches `batch_size` elements from `input_dataset`."
     11 }
     12