Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 2,551 for Result (0.24 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/SnapshotTaskInputsOperationIntegrationTest.groovy

            succeeds('noOutputs', "--build-cache")
    
            then:
            def result = operations.first(SnapshotTaskInputsBuildOperationType).result
            result.hash == null
            result.classLoaderHash == null
            result.actionClassLoaderHashes == null
            result.actionClassNames == null
            result.inputValueHashes == null
            result.outputPropertyNames == null
        }
    
        def "handles task with no inputs"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/DependencyInjectingInstantiatorTest.groovy

            when:
            def result = instantiator.newInstance(HasInjectConstructor, 12)
    
            then:
            result.param1 == "string"
            result.param2 == 12
        }
    
        def "unboxes primitive types"() {
            when:
            def result = instantiator.newInstance(AcceptsPrimitiveTypes, 12, true)
    
            then:
            result.param1 == 12
            result.param2
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 04:41:06 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  3. pkg/quota/v1/evaluator/core/pods.go

    	result := quota.Intersection(input, podResources)
    	for _, resource := range input {
    		// for resources with certain prefix, e.g. hugepages
    		if quota.ContainsPrefix(podResourcePrefixes, resource) {
    			result = append(result, resource)
    		}
    		// for extended resources
    		if isExtendedResourceNameForQuota(resource) {
    			result = append(result, resource)
    		}
    	}
    
    	return result
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 05 00:02:47 UTC 2023
    - 17.4K bytes
    - Viewed (0)
  4. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/DefaultArtifactDescriptorReader.java

                    }
                    result.addException(e);
                    throw new ArtifactDescriptorException(result);
                }
    
                Artifact relocatedArtifact = getRelocation(session, result, model);
                if (relocatedArtifact != null) {
                    if (withinSameGav(relocatedArtifact, a)) {
                        result.setArtifact(relocatedArtifact);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/math/StatsAccumulator.java

       * contains {@link Double#NEGATIVE_INFINITY} and not {@link Double#NaN} then the result is {@link
       * Double#NEGATIVE_INFINITY}. If it contains {@link Double#POSITIVE_INFINITY} and finite values
       * only then the result is the lowest finite value. If it contains {@link
       * Double#POSITIVE_INFINITY} only then the result is {@link Double#POSITIVE_INFINITY}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/dilated-conv.mlir

      // CHECK-SAME: ([[INPUT:%.*]]: tensor<1x128x128x3xf32>, [[FILTER:%.*]]: tensor<5x5x3x8xf32>)
      // CHECK-NEXT: [[RESULT:%.*]] = "tf.Conv2D"([[INPUT]], [[FILTER]]) <{dilations = [1, 2, 2, 1], padding = "VALID", strides = [1, 1, 1, 1]}> : (tensor<1x128x128x3xf32>, tensor<5x5x3x8xf32>) -> tensor<1x120x120x8xf32>
      // CHECK-NEXT: return [[RESULT]] : tensor<1x120x120x8xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/ProducerTaskCommandLineOrderIntegrationTest.groovy

                succeeds(generateBar.path, packageBarSources.path, clean.path)
    
                result.assertTaskOrder(generateFoo.fullPath, generateBar.fullPath)
                result.assertTaskOrder(generateFoo.fullPath, cleanFoo.fullPath, clean.fullPath)
                result.assertTaskOrder(packageBarSources.fullPath, cleanBar.fullPath, clean.fullPath)
                result.assertTaskOrder(generateBar.fullPath, cleanBar.fullPath, clean.fullPath)
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java

                cache.put(session, cacheKey, new Record(result.getVersion(), result.getRepository()));
            }
    
            return result;
        }
    
        private boolean resolve(VersionResult result, Map<String, VersionInfo> infos, String key) {
            VersionInfo info = infos.get(key);
            if (info != null) {
                result.setVersion(info.version);
                result.setRepository(info.repository);
            }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.cc

                                result.operands))
        return mlir::failure();
    
      if (parser.resolveOperand(allocator,
                                builder.getType<fallback::TFAllocatorType>(),
                                result.operands))
        return mlir::failure();
    
      // The first result is a chain.
      result.types.push_back(builder.getType<compiler::ChainType>());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf_executor_ops_invalid.mlir

      %result = "tf_executor.graph"() ({
        "tf_executor.fetch"(%arg0, %arg0) : (tensor<*xf32>, tensor<*xf32>) -> ()
    // expected-error@-1 {{'tf_executor.fetch' op operand #1 does not have a graph results to bind}}
      }) : () -> tensor<*xf32>
      func.return %result : tensor<*xf32>
    }
    
    // -----
    
    // Check that a fetch with operands that mistmatch the graph result type triggers the verifier.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 01:12:10 UTC 2023
    - 28.2K bytes
    - Viewed (0)
Back to top