Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 131 for persistent (5.24 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

      // resources like hash tables upon loading.
      string init_node_name = 2;
    
      // Path to the directory where checkpoint files are saved. This directoy is
      // not expected to be persistent (usually a temporary directory). When
      // fetching the restore op (see `restore_node_name`), this value is provided
      // to the "file_prefix" tensor to identify the checkpoint directory.
      string checkpoint_dir = 5;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/build.gradle.kts

        api(project(":process-services"))
        api(project(":base-services"))
        api(project(":files"))
        api(project(":functional"))
        api(project(":logging"))
        api(project(":messaging"))
        api(project(":persistent-cache"))
        api(project(":snapshots"))
    
        api(libs.asm)
        api(libs.jsr305)
        api(libs.inject)
        api(libs.groovy)
        api(libs.guava)
    
        implementation(project(":base-services-groovy"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/build.gradle.kts

        testFixturesImplementation(libs.commonsIo)
        testFixturesImplementation(libs.slf4jApi)
    
        integTestImplementation(project(":jvm-services"))
        integTestImplementation(project(":persistent-cache"))
    
        crossVersionTestImplementation(project(":jvm-services"))
        crossVersionTestImplementation(testFixtures(project(":problems-api")))
        crossVersionTestImplementation(libs.jettyWebApp)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. pkg/apis/apps/v1beta2/conversion.go

    	for k, v := range m {
    		ret[k] = v
    	}
    	return ret
    }
    
    // Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec augments auto-conversion to preserve < 1.17 behavior
    // setting apiVersion/kind in nested persistent volume claim objects.
    func Convert_v1beta2_StatefulSetSpec_To_apps_StatefulSetSpec(in *appsv1beta2.StatefulSetSpec, out *apps.StatefulSetSpec, s conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  5. pkg/kube/inject/initializer.go

    // "kube-node-lease": This namespace for the lease objects associated with each node
    // which improves the performance of the node heartbeats as the cluster scales.
    // "local-path-storage": Dynamically provisioning persistent local storage with Kubernetes.
    //
    //	used with Kind cluster: https://github.com/rancher/local-path-provisioner
    var IgnoredNamespaces = sets.New(
    	constants.KubeSystemNamespace,
    	constants.KubePublicNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 30 20:07:58 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. platforms/jvm/scala/build.gradle.kts

        implementation(projects.time)
        implementation(project(":dependency-management"))
        implementation(project(":file-collections"))
        implementation(project(":logging"))
        implementation(project(":persistent-cache"))
        implementation(project(":plugins-java"))
        implementation(project(":plugins-java-base"))
        implementation(project(":reporting"))
        implementation(project(":worker-main"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/build-organization/composite-builds/basic/README.adoc

    Using _dependency substitution_, the module dependencies on the util libraries are replaced by project dependencies on `my-utils`.
    
    == Converting `my-app` to a composite build
    
    It's possible to make the above arrangement persistent, by making `my-app` a composite build that includes `my-utils`.
    
    ```
    cd my-app
    echo "includeBuild '../my-utils'" >> settings.gradle
    gradle run
    ```
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/compile/daemon/ScalaCompilerDaemonReuseIntegrationTest.groovy

        }
    
        @Requires(IntegTestPreconditions.NotParallelExecutor)
        @UnsupportedWithConfigurationCache(because = "parallel by default")
        def "ignores known changing environment variable when persistent compiler daemons are enabled"() {
            withSingleProjectSources()
            withPersistentScalaCompilerDaemons()
    
            when:
            executer.withEnvironmentVars(['JAVA_MAIN_CLASS_1234': '1234'])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 15:43:33 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/metadata/DefaultMetadataFileSourceCodec.java

    import org.gradle.internal.serialize.Encoder;
    
    import java.io.File;
    import java.io.IOException;
    
    /**
     * A codec for {@link MetadataFileSource}. This codec is particular because of the persistent cache
     * which must be relocatable. As a consequence, it would be an error to serialize the file path because
     * it would contain an absolute path to the descriptor file.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/build.gradle.kts

        implementation(project(":functional"))
        implementation(project(":messaging"))
        implementation(project(":logging"))
        implementation(project(":process-services"))
        implementation(project(":persistent-cache"))
        implementation(project(":core-api"))
        implementation(project(":model-core"))
        implementation(project(":core"))
        implementation(project(":file-collections"))
        implementation(project(":file-temp"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top