Example #1
0
 inline DataBatch Create( void ){
     DataBatch a; a.AllocSpace( oshape_, batch_size_ );
     return a;
 }