Fix msan error in MapAndBatchDataset.
While checkpointing tensors in BatchResult.output save only the initialized slice. If the final batch is short, the entire batch tensor may not be initialized. PiperOrigin-RevId: 193678679
Loading
Please sign in to comment