Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 1,667 for Fermat (0.42 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/layout_optimization.cc

        // Skip ops that already use target data format.
        auto data_format = layout_sensitive_interface.data_format();
        if (data_format == target_data_format) return;
    
        // Transpose arguments into the target data format.
        Permutation args_permutation =
            GetDataFormatPermutation(data_format, target_data_format);
    
        // Transpose results back to the original data format.
        Permutation res_permutation =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/ModelPath.java

                throw new InvalidNameException(String.format("Model element name '%s' has illegal first character '%s' (names must start with an ASCII letter or underscore).", name, firstChar));
            }
    
            for (int i = 1; i < name.length(); ++i) {
                char character = name.charAt(i);
                if (INVALID_CHAR_MATCHER.matches(character)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/AbstractDependencyMetadataRulesIntegrationTest.groovy

        def setup() {
            repository {
                'org.test:moduleA:1.0'() {
                    variant 'customVariant', [format: 'custom']
                }
                'org.test:moduleB:1.0'()
            }
    
            buildFile << """
                configurations { $variantToTest { attributes { attribute(Attribute.of('format', String), 'custom') } } }
    
                dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 36.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/manage/binding/DefaultStructBindingsStore.java

            if (delegateType != null && Modifier.isAbstract(delegateType.getConcreteClass().getModifiers())) {
                throw new InvalidManagedTypeException(String.format("Type '%s' is not a valid managed type: delegate type must be null or a non-abstract type instead of '%s'.",
                    publicType.getDisplayName(), delegateType.getDisplayName()));
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 29.7K bytes
    - Viewed (0)
  5. src/testing/benchmark.go

    	// the decimal point of all fractional formats.
    	var format string
    	switch y := math.Abs(x); {
    	case y == 0 || y >= 999.95:
    		format = "%10.0f %s"
    	case y >= 99.995:
    		format = "%12.1f %s"
    	case y >= 9.9995:
    		format = "%13.2f %s"
    	case y >= 0.99995:
    		format = "%14.3f %s"
    	case y >= 0.099995:
    		format = "%15.4f %s"
    	case y >= 0.0099995:
    		format = "%16.5f %s"
    	case y >= 0.00099995:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  6. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/TarBuildCacheEntryPacker.java

                        throw new IllegalStateException("Cached entry format error, invalid contents: " + path);
                    }
    
                    String treeName = unescape(matcher.group(2));
                    CacheableTree tree = treesByName.get(treeName);
                    if (tree == null) {
                        throw new IllegalStateException(String.format("No tree '%s' registered", treeName));
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:19 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/timeout/JavaProcessStackTracesMonitor.java

                    StringBuilder sb = new StringBuilder(String.format("Run %s %s return %s", getJstackCommand(), pid, result));
                    if (result.code != 0) {
                        result = run(getJstackCommand(), "-F", pid);
                        sb.append(String.format("Run %s -F %s return %s", getJstackCommand(), pid, result.toString()));
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. src/cmd/dist/util.go

    	atexits = append(atexits, f)
    }
    
    // xprintf prints a message to standard output.
    func xprintf(format string, args ...interface{}) {
    	fmt.Printf(format, args...)
    }
    
    // errprintf prints a message to standard output.
    func errprintf(format string, args ...interface{}) {
    	fmt.Fprintf(os.Stderr, format, args...)
    }
    
    // xsamefile reports whether f1 and f2 are the same file (or dir).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 23 17:50:29 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  9. pkg/kubelet/kuberuntime/kuberuntime_sandbox.go

    		klog.ErrorS(err, "Failed to generate sandbox config for pod", "pod", klog.KObj(pod))
    		return "", message, err
    	}
    
    	// Create pod logs directory
    	err = m.osInterface.MkdirAll(podSandboxConfig.LogDirectory, 0755)
    	if err != nil {
    		message := fmt.Sprintf("Failed to create log directory for pod %q: %v", format.Pod(pod), err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/tests/pipelines/process_nchw_tensor.mlir

    // RUN: stablehlo-quant-opt %s -stablehlo-process-nchw-tensor \
    // RUN:   -split-input-file -verify-diagnostics | FileCheck %s
    
    // Tests that a `convolution(%activation, %weight)` with the activation tensor
    // NCHW format is converted to NHWC convolution. Transpose ops are inserted to
    // the activation and output to match the function signature. The weight
    // constant is transposed.
    
    // CHECK-LABEL: nchw_conv
    // CHECK-SAME: %[[ARG:.+]]: tensor<1x8x4x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 20:32:46 UTC 2024
    - 12.6K bytes
    - Viewed (0)
Back to top