Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _load_tf_record (0.51 sec)

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

        Raises:
          DecodeError: If the sample is not RepresentativeDataSample.
        """
        self.dataset_file_map = dataset_file_map
    
      def _load_tf_record(self, tf_record_path: str) -> RepresentativeDataset:
        """Loads TFRecord containing samples of type`RepresentativeDataSample`."""
        samples = []
        with context.eager_mode():
    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