Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 141 for resultCh (0.45 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    				b.ResetTimer()
    				for i := 0; i < b.N; i++ {
    					result := &example.PodList{}
    					err = cacher.GetList(context.TODO(), "pods", storage.ListOptions{
    						Predicate:       pred,
    						Recursive:       true,
    						ResourceVersion: "12345",
    					}, result)
    					if err != nil {
    						b.Fatalf("GetList cache: %v", err)
    					}
    					if len(result.Items) != tc.expectObjectNum {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  2. cmd/bucket-replication.go

    		lastCheckpoint = st.Object
    	}
    	workers := make([]chan ReplicateObjectInfo, resyncParallelRoutines)
    	resultCh := make(chan TargetReplicationResyncStatus, 1)
    	defer xioutil.SafeClose(resultCh)
    	go func() {
    		for r := range resultCh {
    			s.incStats(r, opts)
    			globalSiteResyncMetrics.updateMetric(r, opts.resyncID)
    		}
    	}()
    
    	var wg sync.WaitGroup
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/constant_op_device_assignment.mlir

    func.func @replace_const_op_test() {
      // CHECK-NEXT: %[[RESULT_0:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<f32>}> {device = "/job:worker/replica:0/task:0/device:CPU:1"}
      // CHECK-NEXT: %[[RESULT_1:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<f32>}> {device = "/job:worker/replica:0/task:0/device:CPU:0"}
      // CHECK-NEXT: %[[RESULT_2:.*]] = "tf.AddV2"(%[[RESULT_1]], %[[RESULT_1]]) {device = "/job:worker/replica:0/task:0/device:CPU:0"}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/cluster_tf_ops_pass.mlir

    // CHECK-NEXT:   %[[RESULT_0:.*]] = "tf.Const"()
    // CHECK-NEXT:   %[[RESULT_1:.*]] = "tf.AddV2"(%[[ARG_0]], %[[RESULT_0]])
    // CHECK-NEXT:   %[[RESULT_2:.*]] = "tf.Const"() <{value = dense<16> : tensor<i32>}> : () -> tensor<i32>
    // CHECK-NEXT:   tf_device.send %[[RESULT_2]] "key-0" "/job:worker/replica:0/task:1/device:CPU:0"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/results/DefaultVisitedGraphResultsTest.groovy

            def results3 = new DefaultVisitedGraphResults(resolutionResult, Collections.emptySet(), resolveEx)
            def results4 = new DefaultVisitedGraphResults(resolutionResult, Collections.singleton(unresolved), resolveEx)
    
            expect:
            visitFailures(results1) == []
            visitFailures(results2) == [throwable]
            visitFailures(results3) == [resolveEx]
            visitFailures(results4) == [throwable, resolveEx]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/borrowing_test.go

    			}
    			if results0.Average < 15.5 || results0.Average > 16.1 {
    				t.Errorf("Flow 0 got average concurrency of %v but expected about 16", results0.Average)
    			} else {
    				t.Logf("Flow 0 got average concurrency of %v and expected about 16", results0.Average)
    			}
    			if results1.Average < 5.5 || results1.Average > 6.1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitTestExecutionIntegrationTest.groovy

            then:
            TestFile results1 = testDirectory.file('build/test-results/test/TEST-org.gradle.SomeTest.xml')
            TestFile results2 = testDirectory.file('build/test-results/test/TEST-org.gradle.SomeTest2.xml')
            results1.assertIsFile()
            results2.assertIsFile()
            assertThat(results1.linesThat(containsString('VM START TIME =')).get(0), equalTo(results2.linesThat(containsString('VM START TIME =')).get(0)))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/tests/tfcompile_test.cc

          EXPECT_EQ(muladd.result0_data()[i], results0[i]);
          EXPECT_EQ(muladd.result1(i / 2, i % 2), results1[i]);
          EXPECT_EQ(muladd.result1_data()[i], results1[i]);
        }
        EXPECT_EQ(muladd.result0_data(), muladd.results()[0]);
        EXPECT_EQ(muladd.result1_data(), muladd.results()[1]);
    
        const ::foo::bar::MatMulAndAddComp& muladd_const = muladd;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/batching_fallback.mlir

      // CHECK: Tensor<type: int32 shape: [2,2] values: [4 4]
      %ch1 = "tfrt_fallback_async.print_tensor"(%result_1, %ch0) : (!tfrt_fallback.tf_tensor, !tfrt.chain) -> !tfrt.chain
    
      // CHECK: Tensor<type: int32 shape: [2,2] values: [6 6]
      %ch2 = "tfrt_fallback_async.print_tensor"(%result_2, %ch1) : (!tfrt_fallback.tf_tensor, !tfrt.chain) -> !tfrt.chain
    
      tfrt.return %ch2 : !tfrt.chain
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jul 18 22:58:56 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/device_copy.mlir

      ^bb0(%arg3: tensor<i32>, %arg4: tensor<*xf32>):
        // CHECK-NEXT: %[[RESULT_1:.*]] = "tf.Identity"(%[[ARG_3]])
        %1 = "tf.Identity"(%arg3) : (tensor<i32>) -> tensor<i32>
        %2 = "tf.Identity"(%arg1) : (tensor<i32>) -> tensor<i32>
        // CHECK-NEXT: %[[RESULT_2:.*]] = "tf.NotEqual"(%[[RESULT_1]], %[[ARG_1]])
        %3 = "tf.NotEqual"(%1, %2) : (tensor<i32>, tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 5.2K bytes
    - Viewed (0)
Back to top