Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 85 for Result (0.23 sec)

  1. src/crypto/x509/x509_test.go

    	data := []byte("0\x16\x02\x00\x02\x02\u007f\x00\x02\x0200\x02\x0200\x02\x02\x00\x01\x02\x02\u007f\x00")
    	if _, err := ParsePKCS1PrivateKey(data); err == nil {
    		t.Errorf("parsing invalid private key did not result in an error")
    	}
    }
    
    func TestPKCS1MismatchPublicKeyFormat(t *testing.T) {
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/ops.mlir

    }
    
    // -----
    
    func.func @testOneHotWithInvalidOutputType(%arg0: tensor<3xi32>, %arg1: tensor<i32>, %arg2: tensor<f32>, %arg3: tensor<f32>) -> tensor<*xi16> {
      // expected-error @+1 {{'tfl.one_hot' op result #0 must be tensor of 32-bit float or 32-bit signless integer or 64-bit signless integer or 1-bit signless integer or 8-bit signless integer or 8-bit unsigned integer values, but got 'tensor<*xi16>'}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    outputDirectory:
     - transformed \\(Directory, [0-9a-f]+\\)
       - 0 \\(Directory, [0-9a-f]+\\)
         - lib1-green.jar \\(RegularFile, [0-9a-f]+\\)
       - tamper-tamper.txt \\(RegularFile, [0-9a-f]+\\)
    
    resultsFile:
     - results.bin \\(RegularFile, [0-9a-f]+\\)""")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. src/cmd/internal/obj/ppc64/asm9.go

    //
    // Likewise, each slice of optab is dynamically sorted using the ocmp Sort interface
    // to arrange entries to minimize text size of each opcode.
    //
    // optab is the sorted result of combining optabBase, optabGen, and prefixableOptab.
    var optab []Optab
    
    var optabBase = []Optab{
    	{as: obj.ATEXT, a1: C_LOREG, a6: C_TEXTSIZE, type_: 0, size: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top