Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_quantize_model_fails_when_invalid_quant_options_serialization (0.57 sec)

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

    from tensorflow.python.platform import test
    
    
    class PywrapQuantizeModelTest(test.TestCase):
      """Test cases for quantize_model python wrappers."""
    
      def test_quantize_model_fails_when_invalid_quant_options_serialization(self):
        src_saved_model_path = self.create_tempdir().full_path
        dst_saved_model_path = self.create_tempdir().full_path
        signature_def_keys = ['serving_default']
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 02:09:24 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top