inline DataBatch Create(void) {
   DataBatch a; a.AllocSpaceDense(oshape_, batch_size_, label_width_, extra_shape_);
   return a;
 }