Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 724 for Change (0.23 sec)

  1. .github/pull_request_template.md

    contribution quickly and easily:
    
     - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed
           for the change (usually before you start working on it).  Trivial changes like typos do not
           require a JIRA issue. Your pull request should address just this issue, without
           pulling in other changes.
     - [ ] Each commit in the pull request should have a meaningful subject line and body.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 20 13:14:27 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/public/BUILD

        ],
        visibility = ["//tensorflow/c/experimental/saved_model/internal:__pkg__"],
    )
    
    # The purpose of this header is to provide insulation against
    # future changes where we rename/move a public header, without
    # forcing all clients to change their "#includes".
    cc_library(
        name = "c_saved_model_api",
        hdrs = ["c_saved_model_api.h"],
        deps = [
            ":concrete_function",
            ":concrete_function_list",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

        - [Node Binaries](#node-binaries-5)
      - [Changelog since v1.19.10](#changelog-since-v11910)
      - [Changes by Kind](#changes-by-kind-5)
        - [API Change](#api-change)
        - [Feature](#feature-3)
        - [Bug or Regression](#bug-or-regression-4)
      - [Dependencies](#dependencies-5)
        - [Added](#added-5)
        - [Changed](#changed-5)
        - [Removed](#removed-5)
    - [v1.19.10](#v11910)
      - [Downloads for v1.19.10](#downloads-for-v11910)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/compile/BuildOperationsAssertions.kt

            .filter { it.startsWith("Cannot use Kotlin build script compile avoidance with") }
            // filter out avoidance warnings for versioned jars - those come from Kotlin/libraries that don't change when code under test changes
            .filterNot { it.contains(Regex("\\d.jar: ")) }
    
        init {
            if (!expectWarnings) {
                MatcherAssert.assertThat(compileAvoidanceWarnings, Matchers.isEmpty())
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. ci/official/README.md

    -   Linux, MacOS, and Windows machines (these pool definitions are internal)
    -   x86 and arm64
    -   CPU-only, or with NVIDIA CUDA support (Linux only), or with TPUs
    
    ## How to Test Your Changes to TensorFlow
    
    You may check how your changes will affect TensorFlow by:
    
    1. Creating a PR and observing the presubmit test results
    2. Running the CI scripts locally, as explained below
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 03:21:19 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_get_ambiguous_arg.txt

    # requested version.)
    
    go get m/p@v0.2.0
    go list -m all
    stdout '^m v0.2.0 '
    stdout '^m/p v0.1.0 '  # unchanged from the previous case
    
    # Repeating the above with module m/p already in the module graph does not
    # change its meaning.
    
    go get m/p@v0.2.0
    go list -m all
    stdout '^m v0.2.0 '
    stdout '^m/p v0.1.0 '
    
    -- go.mod --
    module example.com
    
    go 1.16
    
    replace (
    	m v0.1.0 => ./m01
    	m v0.2.0 => ./m02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  7. testing/smoke-test/build.gradle.kts

        smokeTestDistributionRuntimeOnly(project(":distributions-full"))
    }
    
    tasks {
    
        /**
         * Santa Tracker git URI.
         *
         * Note that you can change it to `file:///path/to/your/santa-tracker-clone/.git`
         * if you need to iterate quickly on changes to Santa Tracker.
         */
        val santaGitUri = "https://github.com/gradle/santa-tracker-android.git"
    
        val santaTracker by registering(RemoteProject::class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtImportOptimizer.kt

        /**
         * Takes [file] and inspects its imports and their usages,
         * so they can be optimized based on the resulting [KaImportOptimizerResult].
         *
         * Does **not** change the file.
         */
        public fun analyseImports(file: KtFile): KaImportOptimizerResult = withValidityAssertion {
            return analysisSession.importOptimizer.analyseImports(file)
        }
    
        /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/maven-publish/conditional-publishing/kotlin/build.gradle.kts

            }
            create<MavenPublication>("binaryAndSources") {
                from(components["java"])
                artifact(tasks["sourcesJar"])
            }
        }
        repositories {
            // change URLs to point to your repos, e.g. http://my.org/repo
            maven {
                name = "external"
                url = uri(layout.buildDirectory.dir("repos/external"))
            }
            maven {
                name = "internal"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. manifests/charts/install-OpenShift.md

    The installation process using the Helm charts is as follows:
    
    1) `base` chart creates cluster-wide CRDs, cluster bindings and cluster resources. It is possible to change the namespace from `istio-system` but it is not recommended.
    
    ```console
    helm install istio-base -n istio-system manifests/charts/base --set profile=openshift
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:01:31 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top