Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 73 for 1011 (0.06 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize-stablehlo-tfl-composite.mlir

        return %1#0, %1#1 : tensor<1x500x4x4xf32>, tensor<1x500x4x4xf32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java

            assertVersionOlder("1", "2.5");
            assertVersionEqual("1", "1.0");
            assertVersionEqual("1", "1.0.0");
            assertVersionOlder("1.0", "1.1");
            assertVersionOlder("1.1", "1.2");
            assertVersionOlder("1.0.0", "1.1");
            assertVersionOlder("1.1", "1.2.0");
    
            assertVersionOlder("1.1.2.alpha1", "1.1.2");
            assertVersionOlder("1.1.2.alpha1", "1.1.2.beta1");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  3. platforms/jvm/java-platform/src/integTest/groovy/org/gradle/integtests/resolve/platforms/NativeAlignmentWithJavaPlatformResolveIntegrationTest.groovy

                }
            """
    
            when:
            run "publishAllPublicationsToMavenRepo", "-Pver=1.0"
            run "publishAllPublicationsToMavenRepo", "-Pver=1.1"
    
            then:
            ['1.0', '1.1'].each { v ->
                def platform = mavenRepo.module("com.acme.foo", "platform", v)
                platform.assertPublished()
                platform.hasGradleMetadataRedirectionMarker()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. 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)
  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. 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)
  7. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DaemonStartupMessageTest.groovy

            where:
            numBusy | numIncompatible | numStopped | messages
            0       | 1               | 0          | ["1 incompatible"]
            1       | 0               | 0          | ["1 busy"]
            0       | 0               | 1          | ["1 stopped"]
            1       | 2               | 4          | ["1 busy", "2 incompatible", "4 stopped"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/util/NumberUtilTest.groovy

            1                 | '1 B'
            10                | '10 B'
            11                | '11 B'
            111               | '111 B'
            512               | '512 B'
            1010              | '1010 B'
            1025              | '1 KiB'
            1126              | '1 KiB'
            1127              | '1.1 KiB'
    
            1024L**1          | '1 KiB'
            1024L**1 + 1      | '1 KiB'
            1024L**1 * 987    | '987 KiB'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  9. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/TextUtilTest.java

            assertEquals("", normalizeText((String) null, 100, -1, -1, false));
            assertEquals("", normalizeText("", 100, -1, -1, false));
            assertEquals("", normalizeText(" ", 100, -1, -1, false));
            assertEquals("", normalizeText("  ", 100, -1, -1, false));
            assertEquals("", normalizeText("\t", 100, -1, -1, false));
            assertEquals("", normalizeText("\t\t", 100, -1, -1, false));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/scriptUninitializedTopLevelProperty2.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (1,11-32)
        ERROR_SUPPRESSION      text ranges: [(10,31)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 194 bytes
    - Viewed (0)
Back to top