Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
Back to top