Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 870 for simplify (0.14 sec)

  1. releasenotes/notes/33455.yaml

          base:
            enabled: true
          pilot:
            enabled: false
          istiodRemote:
            enabled: true
        values:
          global:
            externalIstiod: true
        {{< /text >}}
    
        To simplify the implementation and to completely separate the remote installation from the `base` component,
        the `istiodRemote` component now includes all of the charts needed for any remote cluster, whether it serves as a config
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 12 16:44:21 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/tests/shlo_simplify.mlir

    // RUN: odml-converter --shlo-simplify %s -split-input-file | FileCheck %s
    
    func.func @foldDiv() -> tensor<2xf32> {
      %0 = stablehlo.constant dense<[2.0, 3.0]> : tensor<2xf32>
      %1 = stablehlo.constant dense<[4.0, 6.0]> : tensor<2xf32>
      %2 = stablehlo.divide %0, %1 : tensor<2xf32>
      return %2 : tensor<2xf32>
    }
    
    // CHECK-LABEL: foldDiv
    // CHECK: stablehlo.constant dense<5.000000e-01> : tensor<2xf32>
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 03:05:20 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/overview.md

        compilers and hardware acceleration.
    
    The TensorFlow ecosystem contains a number of compilers and optimizers that
    operate at multiple levels of the software and hardware stack. We expect the
    gradual adoption of MLIR to simplify every aspect of this stack.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 21 01:37:38 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/OrElseProvider.java

                if (leftValue.isMissing()) {
                    return rightValue;
                }
                if (rightValue.isMissing()) {
                    // simplify
                    return leftValue;
                }
                return ExecutionTimeValue.changingValue(
                    new OrElseProvider(
                        leftValue.getChangingValue(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 23:22:42 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintWriter.kt

            val fileSystemInputs = simplify(content)
            sink().write(
                ConfigurationCacheFingerprint.WorkInputs(
                    workDisplayName,
                    fileSystemInputs,
                    host.fingerprintOf(fileSystemInputs)
                )
            )
        }
    
        private
        inline fun simplify(content: ((FileCollectionInternal) -> Unit) -> Unit): FileCollectionInternal {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/Intersection.java

    import org.gradle.api.NonNullApi;
    import org.gradle.api.internal.artifacts.ivyservice.resolveengine.excludes.specs.ExcludeSpec;
    
    import javax.annotation.Nullable;
    
    /**
     * Represents an attempt to simplify two exclude specs into a single exclude spec.
     *
     * @param <L> the type of the first (left) exclude spec
     * @param <R> the type of the second (right) exclude spec
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 21:03:05 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/cel/openapi/extensions.go

    	return v.MessageField
    }
    
    func (v ValidationRule) FieldPath() string {
    	return v.PathField
    }
    
    func (v ValidationRule) MessageExpression() string {
    	return v.MessageExpressionField
    }
    
    // TODO: simplify
    func getXValidations(schema *spec.Schema) []common.ValidationRule {
    	var rules []ValidationRule
    	err := schema.Extensions.GetObject(extValidations, &rules)
    	if err != nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 10 21:26:55 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts

     * marking the file as a build logic input.
     */
    fun Project.trimmedContentsOfFile(path: String): String =
        providers.fileContents(repoRoot().file(path)).asText.get().trim()
    
    // TODO Simplify the buildTimestamp() calculation if possible
    fun Project.buildTimestamp(): Provider<String> =
        providers.of(BuildTimestampValueSource::class) {
            parameters {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  9. maven-compat/src/main/java/org/apache/maven/artifact/ArtifactScopeEnum.java

        private int id;
    
        // Constructor
        ArtifactScopeEnum(int id) {
            this.id = id;
        }
    
        int getId() {
            return id;
        }
    
        /**
         * Helper method to simplify null processing
         *
         * @param scope a scope or {@code null}
         * @return the provided scope or DEFAULT_SCOPE
         */
        public static ArtifactScopeEnum checkScope(ArtifactScopeEnum scope) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  10. architecture/standards/0001-use-architectural-decision-records.md

    * We locate `.md` files in the folder `/architecture-standards`
    * We highly encourage usage of ADR to communicate decisions
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 02 21:54:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top