Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 150 for persistent (0.26 sec)

  1. platforms/core-execution/persistent-cache/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
        id("gradlebuild.publish-public-libraries")
    }
    
    description = """Persistent caches on disk and cross process locking.
        | Mostly for persisting Maps to the disk.
        | Also contains implementations for in-memory caches in front of the disk cache.
    """.trimMargin()
    
    dependencies {
        api(projects.concurrent)
        api(projects.stdlibJavaExtensions)
        api(projects.serialization)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/modulecache/artifacts/ModuleArtifactCache.java

        /**
         * Adds a resolution to the index.
         *
         * The incoming file is expected to be in the persistent local. This method will not move/copy the file there. <p>
         *  @param key The key to cache this resolution under in the index. Cannot be null.
         * @param artifactFile The artifact file in the persistent file store. Cannot be null
         * @param moduleDescriptorHash The checksum (SHA1) of the related moduledescriptor.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/events.go

    	// PvAdd is the event when a persistent volume is added in the cluster.
    	PvAdd = framework.ClusterEvent{Resource: framework.PersistentVolume, ActionType: framework.Add, Label: "PvAdd"}
    	// PvUpdate is the event when a persistent volume is updated in the cluster.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/build.gradle.kts

        api(project(":jvm-services"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":native"))
        api(project(":persistent-cache"))
        api(project(":process-services"))
        api(project(":serialization"))
        api(project(":service-provider"))
        api(project(":snapshots"))
        api(project(":time"))
        api(project(":toolchains-jvm-shared"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/bundle_v2.h

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    // Helpers for loading the persistent representation of a SavedModelV2.
    // Please note that this is depended on by code that does not make use of
    // the full runtime and its dependencies should be restricted.
    
    #ifndef TENSORFLOW_CC_SAVED_MODEL_BUNDLE_V2_H_
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 20 03:32:59 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/device_compiler_test_helper.h

    #include "tensorflow/core/graph/graph_def_builder.h"
    #include "tensorflow/core/platform/errors.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    
    // A listener to inspect the use of XLA's persistent compilation cache entries.
    class JitCompilationListener : public XlaActivityListener {
     public:
      Status Listen(
          const XlaAutoClusteringActivity& auto_clustering_activity) override {
        return absl::OkStatus();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/build.gradle.kts

        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":file-collections"))
        api(project(":files"))
        api(project(":hashing"))
        api(project(":language-jvm"))
        api(project(":persistent-cache"))
        api(project(":platform-base"))
        api(project(":platform-jvm"))
        api(project(":problems-api"))
        api(project(":process-services"))
        api(project(":snapshots"))
        api(project(":test-suites-base"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. platforms/documentation/samples/build.gradle.kts

    dependencies {
        integTestImplementation(project(":base-services"))
        integTestImplementation(project(":core-api"))
        integTestImplementation(project(":process-services"))
        integTestImplementation(project(":persistent-cache"))
        integTestImplementation(libs.groovy)
        integTestImplementation(libs.slf4jApi)
        integTestImplementation(libs.guava)
        integTestImplementation(libs.ant)
        integTestImplementation(libs.samplesCheck) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 20:15:18 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/index.go

    }
    
    // accessModesIndexFunc is an indexing function that returns a persistent
    // volume's AccessModes as a string
    func accessModesIndexFunc(obj interface{}) ([]string, error) {
    	if pv, ok := obj.(*v1.PersistentVolume); ok {
    		modes := v1helper.GetAccessModesAsString(pv.Spec.AccessModes)
    		return []string{modes}, nil
    	}
    	return []string{""}, fmt.Errorf("object is not a persistent volume: %v", obj)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl-tooling-builders/build.gradle.kts

        integTestImplementation(project(":internal-testing"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        crossVersionTestImplementation(project(":persistent-cache"))
        crossVersionTestImplementation(libs.slf4jApi)
        crossVersionTestImplementation(libs.guava)
        crossVersionTestImplementation(libs.ant)
    
        integTestDistributionRuntimeOnly(project(":distributions-basics"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top