Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 141 for Result (0.2 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            failure.assertHasFailures(1)
    
            when:
            run "dependencyInsight", "--dependency", "foo", "--configuration", "compile"
    
            then:
            result.groupedOutput.task(":dependencyInsight").output.contains("""foo:bar:2.0
      Variant runtime:
        | Attribute Name             | Provided     | Requested |
        |----------------------------|--------------|-----------|
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

        func.return %arg0: tensor<3x4xf32>
      }
    }
    
    // -----
    
    // Test that unsupported input sharding type of TPUPartitionedInputV2Op inputs of
    // ClusterFuncOp result in error.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  3. fastapi/applications.py

            Generate the OpenAPI schema of the application. This is called by FastAPI
            internally.
    
            The first time it is called it stores the result in the attribute
            `app.openapi_schema`, and next times it is called, it just returns that same
            result. To avoid the cost of generating the schema every time.
    
            If you need to modify the generated OpenAPI schema, you could modify it.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. src/crypto/sha512/sha512_test.go

    	},
    }
    
    func testHash(t *testing.T, name, in, outHex string, oneShotResult []byte, digestFunc hash.Hash) {
    	if calculated := hex.EncodeToString(oneShotResult); calculated != outHex {
    		t.Errorf("one-shot result for %s(%q) = %q, but expected %q", name, in, calculated, outHex)
    		return
    	}
    
    	for pass := 0; pass < 3; pass++ {
    		if pass < 2 {
    			io.WriteString(digestFunc, in)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_test.go

    	// Check pod status stored in the status map.
    	checkPodStatus(t, kl, notfittingPod, v1.PodFailed)
    	checkPodStatus(t, kl, fittingPod, v1.PodPending)
    }
    
    // Tests that we handle result of interface UpdatePluginResources correctly
    // by setting corresponding status in status map.
    func TestHandlePluginResources(t *testing.T) {
    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/s390x/asmz.go

    		zRRE(op_LGR, REGTMP2, uint32(r), asm)
    		zRRE(op_MLGR, regtmp(p), uint32(p.From.Reg), asm)
    		switch p.As {
    		case AMULHDU:
    			// Unsigned: move result into correct register.
    			zRRE(op_LGR, uint32(p.To.Reg), regtmp(p), asm)
    		case AMULHD:
    			// Signed: need to convert result.
    			// See Hacker's Delight 8-3.
    			zRSY(op_SRAG, REGTMP2, uint32(p.From.Reg), 0, 63, asm)
    			zRRE(op_NGR, REGTMP2, uint32(r), asm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // CHECK: return %[[BMM]]
    
    // -----
    
    // Tests static range quantized dot_general with qi32 -> qi8 requantization is
    // not converted to `tfl.batch_matmul` when there are multiple use of the
    // intermediate result.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Light N_t_ will become increased whilst the more refracted Light at _p_ receives no farther increase. And as the trajected beam MO in vanishing is always of such a Colour as ought to result from the mixture of the Colours which fall upon the Paper PT, so is the reflected beam MN always of such a Colour as ought to result from the mixture of the Colours which fall upon the Paper _pt_. For when the most refrangible Rays are by a total Reflexion taken out of the beam MO, and leave that beam of an orange...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

        * In a future release, the value of this flag will be defaulted to `true`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top