Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 250 for 0111 (0.06 sec)

  1. src/sort/search_test.go

    var tests = []struct {
    	name string
    	n    int
    	f    func(int) bool
    	i    int
    }{
    	{"empty", 0, nil, 0},
    	{"1 1", 1, func(i int) bool { return i >= 1 }, 1},
    	{"1 true", 1, func(i int) bool { return true }, 0},
    	{"1 false", 1, func(i int) bool { return false }, 1},
    	{"1e9 991", 1e9, func(i int) bool { return i >= 991 }, 991},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 14:42:13 UTC 2022
    - 6.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize_composite_functions.mlir

        %0 = stablehlo.convolution(%arg0, %arg1) dim_numbers = [b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f], window = {pad = [[0, 1], [1, 1]]} {batch_group_count = 1 : i64, feature_group_count = 1 : i64} : (tensor<1x3x4x3xf32>, tensor<2x3x3x2xf32>) -> tensor<1x3x4x2xf32>
        return %0 : tensor<1x3x4x2xf32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 91.6K bytes
    - Viewed (0)
  3. src/runtime/mpallocbits_test.go

    			},
    		},
    		"OddBound": {
    			init: []BitRange{{0, 111}},
    			tests: []test{
    				{0, 1, 1},
    				{5, 3, 3},
    				{2, 11, 11},
    				{110, 2, 1},
    				{99, 50, 12},
    				{110, 1, 1},
    				{111, 1, 0},
    				{99, 1, 1},
    				{120, 1, 0},
    				{PallocChunkPages / 2, PallocChunkPages / 2, 0},
    				{0, PallocChunkPages, 111},
    			},
    		},
    		"Scattered": {
    			init: []BitRange{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 22:00:17 UTC 2020
    - 13.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/AbstractLockingIntegrationTest.groovy

            lockfileFixture.verifyLockfile(['lockedConf': ["org:bar:${resolved}"], 'subConf': ['org:bar:1.1']])
    
            where:
            version     | resolved
            "[1.0,)"    | "2.1"
            "[1.0,2.0)" | "1.1"
            "[1.0,2.0]" | "2.0"
            "(,2.0)"    | "1.1"
            "1.+"       | "1.1"
            "+"         | "2.1"
        }
    
        def "does not lock a configuration that is marked with deactivateDependencyLocking"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolutionIssuesIntegrationTest.groovy

            buildFile << """
                plugins {
                    id 'java-library'
                    id 'dev.jacomet.logging-capabilities' version '0.11.1'
                }
    
                ${mavenCentralRepository()}
    
                dependencies {
                    implementation 'eu.medsea.mimeutil:mime-util:2.1.3'
                    implementation 'org.slf4j:slf4j-api:2.0.7'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 04:02:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu-merge-variables-with-execute.mlir

      // CHECK-NEXT: "tf.TPUExecuteAndUpdateVariables"(%[[ARG_0]], %[[ARG_1]], %[[ARG_3]], %[[ARG_4]], %[[COMPILE]]#1)
      // CHECK-SAME: device_var_reads_indices = [0, 1, 2, 3],
      // CHECK-SAME: device_var_updates_indices = [0, 1, -1, -1]
      %execute:3 = "tf_device.launch"() ({
        %0:3 = "tf.TPUExecute"(%read0, %read1, %read2, %read5, %compile#1) {
          Targs = [tensor<32xf32>, tensor<64xf32>, tensor<8xf32>, tensor<2xf32>],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  7. tensorflow/cc/gradients/math_grad_test.cc

        return CRV({{-1.0f, 0.5f}, {1.0f, 0.5f}, {2, -1}});
      };
      TestCWiseGrad<complex64, complex64>(RSQRT, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Exp) {
      auto x_fn = [this](const int i) {
        return RV({0, -1, 1, -1.5f, 1.5f, -2, 2});
      };
      TestCWiseGrad<float, float>(EXP, x_fn);
    }
    
    TEST_F(CWiseUnaryGradTest, Exp_Complex) {
      auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 36K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/quantize.mlir

      %0 = arith.constant dense<[[-0.75, -0.5, -0.25, 0.0], [0.25, 0.5, 0.75, 1.0]]> : tensor<2x4xf32>
      %1 = "tfl.quantize"(%0) {qtype = tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>} : (tensor<2x4xf32>) -> tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>
      func.return %1 : tensor<2x4x!quant.uniform<i4:f32, 2.500000e-01:-1>>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:10:13 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tpu_space_to_depth_pass.mlir

        // CHECK: "tf.Conv2D"
        // CHECK-SAME: strides = [1, 1, 1, 1]
        // CHECK-SAME: (tensor<2x115x115x12xf32>, tensor<4x4x12x64xf32>) -> tensor<2x112x112x64xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 37.4K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    			{[]int{0}, false},
    			{[]int{0, -1}, false},
    			{[]int{0, 0}, false},
    			{[]int{0, 0, -1}, false},
    			{[]int{0, -1, 0}, false},
    			{[]int{0, -1, 0, -1}, false},
    			{[]int{0, 1}, true},
    			{[]int{0, 1, -1}, true},
    			{[]int{0, -1, 1}, true},
    			{[]int{0, -1, 1, -1}, true},
    			{[]int{1}, false},
    			{[]int{1, -1}, false},
    			{[]int{2}, true},
    			{[]int{2, -1}, true},
    		},
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top