Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expected_outputs (0.25 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)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            def outputFile = file('build/summary.txt')
            def expectedOutput = "input.txt: ${inputFile.length()}"
            def configurationCache = newConfigurationCacheFixture()
    
            when:
            configurationCacheRun 'summarize'
    
            then:
            configurationCache.assertStateStored()
            outputFile.text == expectedOutput
            outputContains 'Transforming input.txt...'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top