Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for birini (0.08 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/DaemonServices.java

    import org.gradle.tooling.internal.provider.action.BuildActionSerializer;
    
    import java.io.File;
    import java.util.UUID;
    
    import static org.gradle.internal.FileUtils.canonicalize;
    
    /**
     * Takes care of instantiating and wiring together the services required by the daemon server.
     */
    public class DaemonServices implements ServiceRegistrationProvider {
        private final DaemonServerConfiguration configuration;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - Fixed clearing of rate-limiter for the queue of checks for cleaning stale pod disruption conditions. The bug could result in the PDB synchronization updates firing too often or the pod disruption cleanups taking too long to happen. ([#114770](https://github.com/kubernetes/kubernetes/pull/114770), [@mimowo](https://github.com/mimowo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Added `tf.Session.make_callable()`, which provides a lower overhead means of
        running a similar step multiple times.
    *   Added libverbs-based RDMA support to contrib (courtesy @junshi15 from
        Yahoo).
    *   Bring `tf.feature_column.*` into the API. Non-deprecated functionality from
        `tf.contrib.layers.*` is moved to `tf.feature_column.*` with cosmetic
        changes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top