Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for movable (0.21 sec)

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

    	MOVBEW (R11), R11                       // 66450f38f01b
    	MOVBEL DX, (BX)                         // 0f38f113
    	MOVBEL R11, (BX)                        // 440f38f11b
    	MOVBEL DX, (R11)                        // 410f38f113
    	MOVBEL R11, (R11)                       // 450f38f11b
    	MOVBEL (BX), DX                         // 0f38f013
    	MOVBEL (R11), DX                        // 410f38f013
    	MOVBEL (BX), R11                        // 440f38f01b
    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. RELEASE.md

            *   Experimental support for variables in TFLite. To enable through
                conversion, users need to set
                `experimental_enable_resource_variables` on tf.lite.TFLiteConverter
                to True. Note: mutable variables is only available using
                `from_saved_model` in this release, support for other methods is
                coming soon.
            *   Old Converter (TOCO) is getting removed from next release. It's been
    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)
  3. CHANGELOG/CHANGELOG-1.19.md

      - `spec.backend` -> `spec.defaultBackend`
      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
    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)
Back to top