Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PathLike (0.18 sec)

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

          '/tmp/input_model',
          '/tmp/output_model',
          quantization_options=quantization_options,
      )
      ```
      """
    
      def __init__(
          self,
          path_map: Mapping[str, os.PathLike[str]],
          expected_input_key_map: Optional[Mapping[str, Collection[str]]] = None,
      ):
        """Initializes TFRecord represenatative dataset saver.
    
        Args:
    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