Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 105 for Trailing (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Gradle caches missing keys for 24 hours, meaning it will not attempt to re-download the missing keys for 24 hours after failing.
    
    If you want to retry immediately, you can run with the `--refresh-keys` CLI flag:
    
    ----
    ./gradlew build --refresh-keys
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

         TFL_AF_None),
        $x,
        TFL_AF_None),
      (TFL_HardSwishOp $x)>;
    
    // Matching HardSwish with extra FakeQuant. These FakeQuant ops were due to
    // incorrect placement in the quantization aware training.
    def MatchHardSwishQuantized : Pat<
      (TFL_MulOp (TFL_DequantizeOp (TFL_QuantizeOp
        (TFL_MulOp
         $x, (TFL_DequantizeOp (TFL_QuantizeOp (TFL_AddOp
              $x,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        }
    
        @Test
        void testMailingListsAreInheritedButNotAggregated() throws Exception {
            PomTestWrapper pom = buildPom("mailing-lists-inheritance/child-2");
            assertEquals(1, ((List<?>) pom.getValue("mailingLists")).size());
            assertEquals("child-mailing-list", pom.getValue("mailingLists[1]/name"));
        }
    
        @Test
        void testPluginInheritanceOrder() throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

      - [Changes by Kind](#changes-by-kind)
        - [Deprecation](#deprecation)
        - [API Change](#api-change)
        - [Feature](#feature)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        # TODO(fengliuai): currently we don't support backward type inference, so we
        # have to store these non-derivable type in the signatures, and then they
        # can be used to cast the values when raising to tf ops.
        if arg_def.type == types_pb2.DT_FLOAT:
          attr_names.append('f32_')
        elif arg_def.type == types_pb2.DT_INT32:
          attr_names.append('i32_')
        elif arg_def.type == types_pb2.DT_INT64:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    A discrepancy has been reported in their behavior: if the same failing test is executed, `BuildLauncher` will report a build failure but `TestLauncher` won't.
    Originally, this was a design decision in order to continue the execution and run the tests in all test tasks and not stop at the first failure.
    At the same time, this behavior can be confusing for users as they can experience a failing test in a successful build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

        @Unroll("Selects variant #expectedVariant using typed attribute value #attributeValue")
        @Issue("gradle/gradle#5232")
        def "can declare typed attributes without failing serialization"() {
            given:
            repository {
                'org:test:1.0' {
                    variant('api') {
                        attribute('lifecycle', 'c1')
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-tpu-update-embedding-enqueue-op-inputs`
    
    _Updates inputs to TPU embedding enqueue ops depending on whether graph is in training mode or in evaluation mode._
    
    Updates inputs to TPU embedding enqueue ops depending on whether graph
    is in training mode or in evaluation mode.
    ### `-tf-tpu-validate-inputs`
    
    _Validates inputs to the TPU TF/XLA bridge_
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  9. src/cmd/internal/testdir/testdir_test.go

    // When there is a problem, run uses t.Fatal to signify that it's an unskippable
    // infrastructure error (such as failing to read an input file or the test recipe
    // being malformed), or it returns a non-nil error to signify a test case error.
    //
    // t.Error isn't used here to give the caller the opportunity to decide whether
    // the test case failing is expected before promoting it to a real test failure.
    // See expectFail and -f flag.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            // Order of scheduling/execution is not guaranteed between the consumer projects
            checkExecuteTransformWorkOperations(executeWorkOps1 + executeWorkOps2, 1)
        }
    
        def "failing transform"() {
            createDirs("producer", "consumer")
            settingsFile << """
                include 'producer', 'consumer'
            """
    
            setupBuildWithColorAttributes()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
Back to top