Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for movies (0.2 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	MOVAPS X11, X11                         // 450f28db or 450f29db
    	MOVAPS X2, (BX)                         // 0f2913
    	MOVAPS X11, (BX)                        // 440f291b
    	MOVAPS X2, (R11)                        // 410f2913
    	MOVAPS X11, (R11)                       // 450f291b
    	MOVBEW DX, (BX)                         // 660f38f113
    	MOVBEW R11, (BX)                        // 66440f38f11b
    	MOVBEW DX, (R11)                        // 66410f38f113
    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)
  2. CHANGELOG/CHANGELOG-1.19.md

    - The storage.k8s.io/CSIDriver has moved to GA, and is now available for use. ([#84814](https://github.com/kubernetes/kubernetes/pull/84814), [@huffmanca](https://github.com/huffmanca)) [SIG API Machinery, Apps, Auth, Node, Scheduling, Storage and Testing]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   TF Core:
        *   `tf.constant` always creates CPU tensors irrespective of the current
            device context.
        *   Eager `TensorHandles` maintain a list of mirrors for any copies to local
            or remote devices. This avoids any redundant copies due to op execution.
        *   For `tf.Tensor` & `tf.Variable`, `.experimental_ref()` is no longer
            experimental and is available as simply `.ref()`.
    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