Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xsave (0.03 sec)

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

    	XRSTORS64 (R11)                         // 490fc71b
    	XSAVE (BX)                              // 0fae23
    	XSAVE (R11)                             // 410fae23
    	XSAVE64 (BX)                            // 480fae23
    	XSAVE64 (R11)                           // 490fae23
    	XSAVEC (BX)                             // 0fc723
    	XSAVEC (R11)                            // 410fc723
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Provided a new `experimental_skip_saver` argument which, if specified, will suppress the addition of `SavedModel`-native save and restore ops to the `SavedModel`, for cases where users already build custom save/restore ops and checkpoint formats for the model being saved, and the creation of the SavedModel-native save/restore ops simply cause longer model serialization times.
    
    * Add ops to `tensorflow.raw_ops` that were missing.
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top