Construct distorted input for CIFAR training using the Reader ops. Args: data_dir: Path to the CIFAR-10 data directory. batch_size: Number of images per batch. Returns: images: Images. 4D tensor of [batch_size, IMAGE_SIZE, IMAGE_SIZE, 3] size. labels: Labels. 1D tensor of [batch_
(data_dir=DATA_DIR, batch_size=128)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected