Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for testcase_name (0.28 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm_test.py

            statistics, calib_opts
        )
        self.assertAllEqual((min_value, max_value), (1.0, 10.0))
    
      @parameterized.named_parameters(
          {
              "testcase_name": "with_histogram_percentile",
              "calibration_options": stablehlo_quant_config_pb2.CalibrationOptions(
                  calibration_method=_CalibrationMethod.CALIBRATION_METHOD_HISTOGRAM_PERCENTILE,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/TestClassExecutionResult.java

        TestClassExecutionResult assertTestCaseStdout(String testCaseName, Matcher<? super String> matcher);
    
        TestClassExecutionResult assertStderr(Matcher<? super String> matcher);
    
        TestClassExecutionResult assertTestCaseStderr(String testCaseName, Matcher<? super String> matcher);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest_prod.h

    // };
    //
    // class MyClassTest : public testing::Test {
    //   // ...
    // };
    //
    // TEST_F(MyClassTest, MyMethod) {
    //   // Can call MyClass::MyMethod() here.
    // }
    
    #define FRIEND_TEST(test_case_name, test_name)\
    friend class test_case_name##_##test_name##_Test
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/TestNGExecutionResult.groovy

        }
    
        TestClassExecutionResult assertTestCaseStdout(String testCaseName, Matcher<? super String> matcher) {
            throw new UnsupportedOperationException();
        }
    
        TestClassExecutionResult assertStderr(Matcher<? super String> matcher) {
            throw new UnsupportedOperationException();
        }
    
        TestClassExecutionResult assertTestCaseStderr(String testCaseName, Matcher<? super String> matcher) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top