Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 342 for isolating (0.22 sec)

  1. platforms/documentation/docs/src/snippets/workerApi/md5ClassloaderIsolation/kotlin/settings.gradle.kts

    rootProject.name = "classloader-isolation"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/workerApi/md5NoIsolation/kotlin/settings.gradle.kts

    rootProject.name = "no-isolation"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 35 bytes
    - Viewed (0)
  3. SECURITY.md

    tenant isolation, resource allocation, model sharing and hardware attacks.
    
    ### Tenant isolation
    
    Since any tenants or users providing models, graphs or checkpoints can execute
    code in context of the TensorFlow service, it is important to design isolation
    mechanisms that prevent unwanted access to the data from other tenants.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Oct 01 06:06:35 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/api/internal/attributes/UsageCompatibilityHandler.java

    import org.gradle.api.attributes.LibraryElements;
    import org.gradle.api.attributes.Usage;
    import org.gradle.api.internal.model.NamedObjectInstantiator;
    import org.gradle.internal.isolation.Isolatable;
    import org.gradle.internal.isolation.IsolatableFactory;
    import org.gradle.internal.snapshot.impl.CoercingStringValueSnapshot;
    
    class UsageCompatibilityHandler {
        private final IsolatableFactory isolatableFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jul 25 13:20:00 UTC 2019
    - 3.6K bytes
    - Viewed (0)
  5. platforms/core-execution/workers/src/main/java/org/gradle/workers/internal/DefaultActionExecutionSpecFactory.java

     */
    
    package org.gradle.workers.internal;
    
    import org.gradle.internal.Cast;
    import org.gradle.internal.classloader.ClassLoaderUtils;
    import org.gradle.internal.isolation.Isolatable;
    import org.gradle.internal.isolation.IsolatableFactory;
    import org.gradle.internal.serialize.kryo.KryoBackedDecoder;
    import org.gradle.internal.serialize.kryo.KryoBackedEncoder;
    import org.gradle.workers.WorkAction;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:52:50 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/services/internal/RegisteredBuildServiceProvider.java

            // TODO - should hold the project lock to do the isolation. Should work the same way as artifact transforms (a work node does the isolation, etc)
            P isolatedParameters = isolatableFactory.isolate(getParameters()).isolate();
            // TODO - reuse this in other places
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 09:24:00 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  7. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/ValueSnapshotter.java

    /**
     * A factory for creating snapshots and hashes of an object graph. This should be used instead of {@link org.gradle.internal.isolation.IsolatableFactory} when
     * you only need hashes of an object graph, as this service more efficient than the general purpose factory.
     *
     * @see org.gradle.internal.isolation.IsolatableFactory
     */
    @ServiceScope(Scope.BuildSession.class)
    public interface ValueSnapshotter {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/workerApi/md5ProcessIsolation/kotlin/settings.gradle.kts

    rootProject.name = "process-isolation"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/workerApi/noIsolation/groovy/settings.gradle

    rootProject.name = 'no-isolation'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 34 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tf_tfl_passes.h

    // This is the early part of the conversion in isolation. This enables a caller
    // to inject more information in the middle of the conversion before resuming it
    // (like freezing variables for example).
    void AddPreVariableFreezingTFToTFLConversionPasses(
        const mlir::TFL::PassConfig& pass_config,
        mlir::OpPassManager* pass_manager);
    
    // This is the later part of the conversion in isolation. This enables a caller
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 01 06:14:07 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top