Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        logging.info(
            'Saved representative dataset for signature def: %s to: %s',
            signature_def_key,
            tfrecord_file_path,
        )
        return _RepresentativeDatasetFile(
            tfrecord_file_path=str(tfrecord_file_path)
        )
    
      def save(
          self, representative_dataset: RepresentativeDatasetMapping
      ) -> Mapping[str, _RepresentativeDatasetFile]:
    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