Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prefetch (0.26 sec)

  1. android/guava/src/com/google/common/net/HttpHeaders.java

       * The HTTP <a
       * href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control">{@code
       * X-DNS-Prefetch-Control}</a> header controls DNS prefetch behavior. Value can be "on" or "off".
       * By default, DNS prefetching is "on" for HTTP pages and "off" for HTTPS pages.
       */
      public static final String X_DNS_PREFETCH_CONTROL = "X-DNS-Prefetch-Control";
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:08:08 GMT 2024
    - 34.3K bytes
    - Viewed (0)
  2. RELEASE.md

            for training. In this case, users should call `register_dataset` with
            the same `dataset_id`.
        *   Added a new field, `inject_prefetch`, to
            `tf.data.experimental.OptimizationOptions`. If it is set to
            `True`,`tf.data` will now automatically add a `prefetch` transformation
            to datasets that end in synchronous transformations. This enables data
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top