def write_stats()

in spotify_tensorflow/tfx/tfdv.py [0:0]


    def write_stats(self, pipeline_args):
        # type: (List[str]) -> statistics_pb2.DatasetFeatureStatisticsList
        return generate_statistics_from_tfrecord(pipeline_args=pipeline_args,
                                                 data_location=self.data_location,
                                                 output_path=self.stats_path,
                                                 stats_options=self.stats_options)