Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 299 for 1011 (0.03 sec)

  1. android/guava-tests/test/com/google/common/collect/LinkedListMultimapTest.java

            multimap.putAll("bar", asList(4, 5));
            multimap.putAll("foo", asList(6));
            multimap.putAll("baz", asList(7, 8));
            multimap.putAll("dog", asList(9));
            multimap.putAll("bar", asList(10, 11));
            multimap.putAll("cat", asList(12, 13, 14));
            return multimap.keySet().iterator();
          }
    
          @Override
          protected void verify(List<String> elements) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 18K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/resolve/scenarios/VersionRangeResolveTestScenarios.groovy

        public static final PREFER_10_11 = prefer(10, 11)
        public static final PREFER_10_12 = prefer(10, 12)
        public static final PREFER_10_14 = prefer(10, 14)
        public static final PREFER_14_16 = prefer(14, 16)
        public static final RANGE_7_8 = range(7, 8)
        public static final RANGE_10_11 = range(10, 11)
        public static final RANGE_10_12 = range(10, 12)
        public static final RANGE_10_14 = range(10, 14)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  3. tensorflow/cc/client/client_session_test.cc

        });
      }
      barrier.Block();
    
      TF_EXPECT_OK(session.RunCallable(
          callable,
          {test::AsTensor<int>({2}, {1, 1}), test::AsTensor<int>({10}, {1, 1})},
          &outputs, nullptr, threadPoolOptions));
      test::ExpectTensorEqual<int>(outputs[0], test::AsTensor<int>({20}, {1, 1}));
      TF_EXPECT_OK(session.ReleaseCallable(callable));
      ASSERT_GT(inter_op_threadpool->GetNumScheduleCalled(), 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/math/IntMath.java

          case 0:
            return (k == 0) ? 1 : 0;
          case 1:
            return 1;
          case (-1):
            return ((k & 1) == 0) ? 1 : -1;
          case 2:
            return (k < Integer.SIZE) ? (1 << k) : 0;
          case (-2):
            if (k < Integer.SIZE) {
              return ((k & 1) == 0) ? (1 << k) : -(1 << k);
            } else {
              return 0;
            }
          default:
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy

            and:
            failure.assertHasDescription "Value '$value' given for org.gradle.debug.port Gradle property is invalid (must be a number between 1 and 65535)"
    
            where:
            value << ["-1", "0", "1.1", "foo", " 1", "65536"]
        }
    
        @Flaky(because = "Sometimes it hangs for hours")
        @Issue('https://github.com/gradle/gradle/issues/18084')
        @Requires(IntegTestPreconditions.NotEmbeddedExecutor)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 05:05:14 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top