Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for eager_mode (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

      def _load_tf_record(self, tf_record_path: str) -> RepresentativeDataset:
        """Loads TFRecord containing samples of type`RepresentativeDataSample`."""
        samples = []
        with context.eager_mode():
          for sample_bytes in readers.TFRecordDatasetV2(filenames=[tf_record_path]):
            sample_proto = _RepresentativeDataSample.FromString(
                sample_bytes.numpy()
            )
            sample = {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top