Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        )
        asset_filename = 'assets.extra/tf_serving_warmup_requests'
        file_io.create_dir_v2(
            os.path.join(self._input_saved_model_path, 'assets.extra')
        )
        file_io.write_string_to_file(
            filename=os.path.join(self._input_saved_model_path, asset_filename),
            file_content='Test content',
        )
    
        tags = {tag_constants.SERVING}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top