Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertNotAllClose (0.11 sec)

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

        # with regex '.*invalid_function_name.*' did not match the quantizable unit.
        self.assertAllClose(new_outputs, expected_outputs, rtol=0.04)
        self.assertNotAllClose(new_outputs, expected_outputs, 1e-7)
    
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top