Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deletes (0.07 sec)

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

      return graph_def
    
    
    def create_empty_output_dir(
        output_directory: str, overwrite: bool = True
    ) -> None:
      """Creates the `output_directory`.
    
      If `output_directory` already exists, it recursively deletes all contents
      inside the directory.
    
      Also creates the parent & intermediate directories.
    
      Args:
        output_directory: Output directory.
        overwrite: Where to clean the output directory if exists.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top