Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for modelPath (0.09 sec)

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

        # Verify for both unquantized model and quantized model.
        for model_path, file_name in [
            [unquantized_dump_model_path, 'unquantized_tensor_data.pb'],
            [self._output_saved_model_path, 'quantized_tensor_data.pb'],
        ]:
          output_values = self._run_model_in_sess(
              model_path, tags, 'serving_default', sample_inputs
          )
    
          # Find the dump file and parse it.
    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