Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for testcase_name (0.39 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. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      @parameterized.named_parameters(
          {
              'testcase_name': 'none',
              'activation_fn': None,
              'has_bias': False,
          },
          {
              'testcase_name': 'relu',
              'activation_fn': nn_ops.relu,
              'has_bias': False,
          },
          {
              'testcase_name': 'with_bias',
              'activation_fn': None,
              'has_bias': True,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

      // test_case_name is the base name of the test case (without invocation
      // prefix). test_base_name is the name of an individual test without
      // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
      // test case base name and DoBar is test base name.
      void AddTestPattern(const char* test_case_name,
                          const char* test_base_name,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

      // test_case_name is the base name of the test case (without invocation
      // prefix). test_base_name is the name of an individual test without
      // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
      // test case base name and DoBar is test base name.
      void AddTestPattern(const char* test_case_name,
                          const char* test_base_name,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

          gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \
      int gtest_##prefix##test_case_name##_dummy_ = \
          ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
              GetTestCasePatternHolder<test_case_name>(\
                  #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\
                      #prefix, \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. pkg/volume/emptydir/empty_dir_test.go

    			expectedResult: "",
    		},
    	}
    
    	for testCaseName, testCase := range testCases {
    		t.Run(testCaseName, func(t *testing.T) {
    			value, err := getPageSizeMountOption(testCase.medium, testCase.pod)
    			if testCase.shouldFail && err == nil {
    				t.Errorf("%s: Unexpected success", testCaseName)
    			} else if !testCase.shouldFail && err != nil {
    				t.Errorf("%s: Unexpected error: %v", testCaseName, err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

          gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \
      int gtest_##prefix##test_case_name##_dummy_ = \
          ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \
              GetTestCasePatternHolder<test_case_name>(\
                  #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\
                      #prefix, \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

    # define GTEST_CASE_NAMESPACE_(TestCaseName) \
      gtest_case_##TestCaseName##_
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Expands to the name of the variable used to remember the names of
    // the defined tests in the given test case.
    # define GTEST_TYPED_TEST_CASE_P_STATE_(TestCaseName) \
      gtest_typed_test_case_p_state_##TestCaseName##_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

    # define GTEST_CASE_NAMESPACE_(TestCaseName) \
      gtest_case_##TestCaseName##_
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    // Expands to the name of the variable used to remember the names of
    // the defined tests in the given test case.
    # define GTEST_TYPED_TEST_CASE_P_STATE_(TestCaseName) \
      gtest_typed_test_case_p_state_##TestCaseName##_
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/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: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
Back to top