def make_dataset()

in benchmarks/horovod-resnet/train_imagenet_resnet_hvd.py [0:0]


def make_dataset(
    filenames,
    take_count,
    batch_size,
    height,
    width,
    brightness,
    contrast,
    saturation,
    hue,
    training=False,
    num_threads=10,
    nsummary=10,
    shard=False,
    synthetic=False,
    increased_aug=False,