Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 410 for 1011 (0.17 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesDependencyResolveIntegTest.groovy

            "1.0"    | "reject all"    | '["1.0"]'  | ['1.0']            | true            | true
            "1.0"    | "select 1.1"    | '["1.0"]'  | ['1.0']            | true            | true
            "1.0"    | "select status" | '["1.0"]'  | ['1.0']            | true            | true
            "1.0"    | "select branch" | '["1.0"]'  | ['1.0']            | false           | false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. manifests/charts/README.md

    `istio-system`. The new components will not interfere with existing apps, but can interoperate,
    and it is possible to gradually move apps from Istio 1.0/1.1 to the new environments and
    across environments ( for example canary -> prod )
    
    Note: there are still some cluster roles that may need to be fixed, most likely cluster permissions
    will need to move to the security component.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/decompose_reduce_dataset.mlir

        func.return %1#0, %1#1: tensor<i64>, tensor<i32>
    }
    
    func.func private @__reduce_func_3(%arg0: tensor<i64> {tf._user_specified_name = "args_0"}, %arg1: tensor<i32> {tf._user_specified_name = "args_1"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 18 17:16:34 UTC 2022
    - 9.8K bytes
    - Viewed (0)
  4. src/runtime/vlrt.go

    // Bits 0-5 are bits to disable floating-point exceptions.
    // Bits 8-9 are the precision control:
    //
    //	0 = single precision a.k.a. float32
    //	2 = double precision a.k.a. float64
    //
    // Bits 10-11 are the rounding mode:
    //
    //	0 = round to nearest (even on a tie)
    //	3 = round toward zero
    var (
    	controlWord64      uint16 = 0x3f + 2<<8 + 0<<10
    	controlWord64trunc uint16 = 0x3f + 2<<8 + 3<<10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

    <!-- BEGIN MUNGE: GENERATED_TOC -->
    - [v1.10.13](#v11013)
      - [Downloads for v1.10.13](#downloads-for-v11013)
        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
      - [Changelog since v1.10.12](#changelog-since-v11012)
        - [Other notable changes](#other-notable-changes)
    - [v1.10.12](#v11012)
      - [Downloads for v1.10.12](#downloads-for-v11012)
        - [Client Binaries](#client-binaries-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  6. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java

            checkVersionsOrder("1", "2");
            checkVersionsOrder("1.5", "2");
            checkVersionsOrder("1", "2.5");
            checkVersionsOrder("1.0", "1.1");
            checkVersionsOrder("1.1", "1.2");
            checkVersionsOrder("1.0.0", "1.1");
            checkVersionsOrder("1.0.1", "1.1");
            checkVersionsOrder("1.1", "1.2.0");
    
            checkVersionsOrder("1.0-alpha-1", "1.0");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 06:39:47 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	EIBMBADCALL        = Errno(1000)
    	EIBMBADPARM        = Errno(1001)
    	EIBMSOCKOUTOFRANGE = Errno(1002)
    	EIBMSOCKINUSE      = Errno(1003)
    	EIBMIUCVERR        = Errno(1004)
    	EOFFLOADboxERROR   = Errno(1005)
    	EOFFLOADboxRESTART = Errno(1006)
    	EOFFLOADboxDOWN    = Errno(1007)
    	EIBMCONFLICT       = Errno(1008)
    	EIBMCANCELLED      = Errno(1009)
    	EIBMBADTCPNAME     = Errno(1011)
    	ENOTBLK            = Errno(1100)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

        %15 = stablehlo.convolution(%13, %14) dim_numbers = [b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f], window = {pad = [[1, 1], [1, 1]]} {batch_group_count = 1 : i64, feature_group_count = 1 : i64} : (tensor<1x3x3x4xf32>, tensor<3x3x4x4xf32>) -> tensor<1x3x3x4xf32>
        %16 = stablehlo.subtract %10, %15 : tensor<1x3x3x4xf32>
        %17 = stablehlo.broadcast_in_dim %4, dims = [0, 1, 2, 3] : (tensor<1x1x1x4xf32>) -> tensor<1x3x3x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/math/LongMath.java

        if (-2 <= b && b <= 2) {
          switch ((int) b) {
            case 0:
              return (k == 0) ? 1 : 0;
            case 1:
              return 1;
            case (-1):
              return ((k & 1) == 0) ? 1 : -1;
            case 2:
              return (k < Long.SIZE) ? 1L << k : 0;
            case (-2):
              if (k < Long.SIZE) {
                return ((k & 1) == 0) ? 1L << k : -(1L << k);
              } else {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  10. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/VersionRangeTest.java

            assertEquals("1.0", restriction.getUpperBound().toString(), CHECK_UPPER_BOUND);
            assertTrue(restriction.isUpperBoundInclusive(), CHECK_UPPER_BOUND_INCLUSIVE);
    
            range1 = VersionRange.createFromVersionSpec("(,1.0], [1.1,)");
            range2 = VersionRange.createFromVersionSpec("1.2");
            mergedRange = range1.restrict(range2);
            assertEquals("1.2", mergedRange.getRecommendedVersion().toString(), CHECK_VERSION_RECOMMENDATION);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 44.3K bytes
    - Viewed (0)
Back to top