Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for create_tempdir (1 sec)

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

      ):
        input_type = dtypes.int64
        model = self._create_gather_model(input_type, use_variable)
        input_saved_model_path = self.create_tempdir('input').full_path
        saved_model_save.save(model, input_saved_model_path)
    
        tags = {tag_constants.SERVING}
        output_directory = self.create_tempdir().full_path
    
        quantization_options = quant_opts_pb2.QuantizationOptions(
    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