Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_size_ratio (0.12 sec)

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

          # Due to other meta data, the compression is not exactly 1/4.
          self.assertLess(
              testing.get_size_ratio(
                  self._output_saved_model_path, self._input_saved_model_path
              ),
              1 / 3,
          )
        else:
          self.assertGreater(
              testing.get_size_ratio(
                  self._output_saved_model_path, self._input_saved_model_path
              ),
              2 / 3,
    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