Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for prefetch (0.23 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 12 12:43:09 GMT 2024
    - Last Modified: Fri Mar 15 18:46:41 GMT 2024
    - 34K 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 16 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  3. src/main/java/jcifs/smb/SpnegoContext.java

                ASN1ObjectIdentifier[] rm = tinit.getMechanisms();
                this.remoteMechs = rm;
                ASN1ObjectIdentifier prefMech = rm[ 0 ];
                // only use token if the optimistic mechanism is supported
                if ( this.mechContext.isSupported(prefMech) ) {
                    inputToken = tinit.getMechanismToken();
                }
                else {
                    ASN1ObjectIdentifier found = null;
    Java
    - Registered: Sun Apr 14 00:10:09 GMT 2024
    - Last Modified: Mon Jan 04 04:18:31 GMT 2021
    - 14.8K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver.java

            requests.clear();
    
            PluginPrefixResult result = processResults(request, trace, results, requests);
    
            if (result != null) {
                return result;
            }
    
            // second try, refetch all (possibly outdated) metadata that wasn't updated in the first attempt
    
            if (!request.getRepositorySession().isOffline() && !requests.isEmpty()) {
    Java
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Fri Sep 22 09:07:17 GMT 2023
    - 10.4K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	PREFETCHNTA (R11)                       // 410f1803
    	PREFETCHT0 (BX)                         // 0f180b
    	PREFETCHT0 (R11)                        // 410f180b
    	PREFETCHT1 (BX)                         // 0f1813
    	PREFETCHT1 (R11)                        // 410f1813
    	PREFETCHT2 (BX)                         // 0f181b
    	PREFETCHT2 (R11)                        // 410f181b
    	//TODO: PREFETCHW (BX)                  // 0f0d0b
    Others
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
Back to top