SYMBOL INDEX (10 symbols across 1 files) FILE: helper.py function _read32 (line 15) | def _read32(bytestream): function _unzip (line 25) | def _unzip(save_path, _, database_name, data_path): function _ungzip (line 38) | def _ungzip(save_path, extract_path, database_name, _): function get_image (line 65) | def get_image(image_path, width, height, mode): function get_batch (line 80) | def get_batch(image_files, width, height, mode): function images_square_grid (line 91) | def images_square_grid(images, mode): function download_extract (line 121) | def download_extract(database_name, data_path): class Dataset (line 170) | class Dataset(object): method __init__ (line 174) | def __init__(self, data_files): method get_batches (line 189) | def get_batches(self, batch_size):