benchmarking/pipemode_benchmark/docker/gpu_pipeline_script.py [57:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __repr__(self):
        """Return all properties."""
        return str(vars(self))

config = _BenchmarkConfig()


def _input_fn():
    features = {
        'data': tf.FixedLenFeature([], tf.string),
        'labels': tf.FixedLenFeature([], tf.int64),
    }

    def parse(record):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



benchmarking/pipemode_benchmark/docker/input_only_script.py [51:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __repr__(self):
        """Return all properties."""
        return str(vars(self))

config = _BenchmarkConfig()


def _input_fn():
    features = {
        'data': tf.FixedLenFeature([], tf.string),
        'labels': tf.FixedLenFeature([], tf.int64),
    }

    def parse(record):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



